diff --git a/GpApp/Menu.cpp b/GpApp/Menu.cpp index 19c72e4..a62dafe 100644 --- a/GpApp/Menu.cpp +++ b/GpApp/Menu.cpp @@ -460,6 +460,7 @@ void DoHouseMenu (short theItem) if (CreateNewHouse()) { whoCares = InitializeEmptyHouse(); + whoCares = WriteHouse(false); // Save initial house so it's not an empty file if reloaded immediately OpenCloseEditWindows(); } break;