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

@@ -37,9 +37,6 @@ void DrawARoomsObjects (short neighbor, Boolean redraw)
ZeroRectCorner(&testRect);
isLit = (numLights > 0);
wasState = HGetState((Handle)thisHouse);
HLock((Handle)thisHouse);
for (i = 0; i < kMaxRoomObs; i++)
{
dynamicNum = -1;
@@ -960,7 +957,5 @@ void DrawARoomsObjects (short neighbor, Boolean redraw)
}
}
}
HSetState((Handle)thisHouse, wasState);
}