mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Fix CAutoMapper surfaces on Braswell
This commit is contained in:
@@ -417,9 +417,8 @@ void CStateManager::MurderScriptInstanceNames()
|
||||
std::string CStateManager::HashInstanceName(CInputStream& in)
|
||||
{
|
||||
#ifdef NDEBUG
|
||||
static std::string name;
|
||||
while (in.readByte() != 0) {};
|
||||
return name;
|
||||
return "";
|
||||
#else
|
||||
return in.readString();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user