Cleanup, add scanline mask builder

This commit is contained in:
elasota
2019-12-26 12:58:58 -05:00
parent b10dda4a54
commit c4e93b0ccf
61 changed files with 823 additions and 494 deletions

View File

@@ -311,8 +311,6 @@ void SaveGame (Boolean doSave)
if (twoPlayerGame)
return;
wasState = HGetState((Handle)thisHouse);
HLock((Handle)thisHouse);
thisHousePtr = *thisHouse;
if (doSave)
@@ -343,8 +341,6 @@ void SaveGame (Boolean doSave)
thisHousePtr->hasGame = false;
}
HSetState((Handle)thisHouse, wasState);
if (doSave)
{
if (!WriteHouse(theMode == kEditMode))