Fixed incomplete ACS string pool state after loading of saved game

https://forum.zdoom.org/viewtopic.php?t=58571
This commit is contained in:
alexey.lysiuk 2017-12-02 11:51:52 +02:00
commit 0d05b41f22

View file

@ -1365,6 +1365,8 @@ void ACSStringPool::ReadStrings(FSerializer &file, const char *key)
}
}
}
FindFirstFreeEntry(FirstFreeEntry);
}
//============================================================================