From 7db0f8d7eb1c3bb600c954d9cf7bef8d2d2a8a8b Mon Sep 17 00:00:00 2001 From: elasota Date: Fri, 3 Jul 2020 19:40:26 -0400 Subject: [PATCH] Fix loading empty house in the editor not working correctly --- GpApp/HouseIO.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/GpApp/HouseIO.cpp b/GpApp/HouseIO.cpp index f94e053..3c6fe38 100644 --- a/GpApp/HouseIO.cpp +++ b/GpApp/HouseIO.cpp @@ -668,7 +668,6 @@ Boolean ReadHouse (void) numberRooms = 0; noRoomAtAll = true; YellowAlert(kYellowNoRooms, 0); - return(false); } wasHouseVersion = (*thisHouse)->version;