mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Convert ReadSafe(W)String* to the plString variants, and remove the now
unneeded _TEMP variants. All safe strings read from hsStreams are now plStringified :)
This commit is contained in:
@ -736,7 +736,7 @@ void plLayerSDLAnimation::Read(hsStream* s, hsResMgr* mgr)
|
||||
{
|
||||
plLayerAnimationBase::Read(s, mgr);
|
||||
|
||||
fVarName = s->ReadSafeString_TEMP();
|
||||
fVarName = s->ReadSafeString();
|
||||
}
|
||||
|
||||
void plLayerSDLAnimation::Write(hsStream* s, hsResMgr* mgr)
|
||||
|
Reference in New Issue
Block a user