Level editor work

This commit is contained in:
elasota
2020-01-04 01:19:01 -05:00
parent ec7e511cdd
commit a4b8db1065
29 changed files with 358 additions and 168 deletions

View File

@@ -355,7 +355,7 @@ void AddTempManholeRect (Rect *manHole)
Boolean SetObjectState (short room, short object, short action, short local)
{
char wasState;
Boolean changed;
Boolean changed = false;
switch ((*thisHouse)->rooms[room].objects[object].what)
{