mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Cleanup, add scanline mask builder
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user