Struct cleanup, various fixes, enable PS2 rand

This commit is contained in:
eray orçunus 2020-04-19 07:14:13 +03:00
commit 1ffc37735e
27 changed files with 93 additions and 80 deletions

View file

@ -2,6 +2,7 @@
enum eLevelName
{
LEVEL_IGNORE = -1, // beware, this is only used in CPhysical's m_nZoneLevel
LEVEL_NONE = 0,
LEVEL_INDUSTRIAL,
LEVEL_COMMERCIAL,