mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Cleaner string handling courtesy rarified
This commit is contained in:
@ -611,8 +611,7 @@ hsBool plPXPhysical::HandleRefMsg(plGenRefMsg* refMsg)
|
|||||||
subWorldIface = new plPXSubWorld();
|
subWorldIface = new plPXSubWorld();
|
||||||
|
|
||||||
// This can be simplified if/when incorporating zrax' String Theory library
|
// This can be simplified if/when incorporating zrax' String Theory library
|
||||||
std::string strKeyName = subSO->GetKeyName();
|
std::string strKeyName = std::string(subSO->GetKeyName()) + "_DefSubWorld";
|
||||||
strKeyName += "_DefSubWorld";
|
|
||||||
const char *cKeyName = strKeyName.c_str();
|
const char *cKeyName = strKeyName.c_str();
|
||||||
|
|
||||||
hsgResMgr::ResMgr()->NewKey(cKeyName,
|
hsgResMgr::ResMgr()->NewKey(cKeyName,
|
||||||
|
Reference in New Issue
Block a user