Fix loading empty house in the editor not working correctly

This commit is contained in:
elasota
2020-07-03 19:40:26 -04:00
parent 1fc846f7d8
commit 7db0f8d7eb

View File

@@ -668,7 +668,6 @@ Boolean ReadHouse (void)
numberRooms = 0;
noRoomAtAll = true;
YellowAlert(kYellowNoRooms, 0);
return(false);
}
wasHouseVersion = (*thisHouse)->version;