mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +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:
@ -403,7 +403,7 @@ bool plStateDataRecord::ReadStreamHeader(hsStream* s, plString* name, int* versi
|
||||
return false; // bad version
|
||||
}
|
||||
|
||||
*name = s->ReadSafeString_TEMP();
|
||||
*name = s->ReadSafeString();
|
||||
*version = s->ReadLE16();
|
||||
|
||||
if (objUoid)
|
||||
|
Reference in New Issue
Block a user