mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Fix loading empty house in the editor not working correctly
This commit is contained in:
@@ -668,7 +668,6 @@ Boolean ReadHouse (void)
|
|||||||
numberRooms = 0;
|
numberRooms = 0;
|
||||||
noRoomAtAll = true;
|
noRoomAtAll = true;
|
||||||
YellowAlert(kYellowNoRooms, 0);
|
YellowAlert(kYellowNoRooms, 0);
|
||||||
return(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wasHouseVersion = (*thisHouse)->version;
|
wasHouseVersion = (*thisHouse)->version;
|
||||||
|
Reference in New Issue
Block a user