|
|
|
@ -611,8 +611,7 @@ hsBool plPXPhysical::HandleRefMsg(plGenRefMsg* refMsg)
|
|
|
|
|
subWorldIface = new plPXSubWorld(); |
|
|
|
|
|
|
|
|
|
// This can be simplified if/when incorporating zrax' String Theory library
|
|
|
|
|
std::string strKeyName = subSO->GetKeyName(); |
|
|
|
|
strKeyName += "_DefSubWorld"; |
|
|
|
|
std::string strKeyName = std::string(subSO->GetKeyName()) + "_DefSubWorld"; |
|
|
|
|
const char *cKeyName = strKeyName.c_str(); |
|
|
|
|
|
|
|
|
|
hsgResMgr::ResMgr()->NewKey(cKeyName, |
|
|
|
|