mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix room light switches drawing the wrong color (conflicting with Mac Plus censor)
This commit is contained in:
@@ -173,6 +173,7 @@ void DrawRoomBackground (short who, short where, short elevation)
|
|||||||
wasCPort = GetGraphicsPort();
|
wasCPort = GetGraphicsPort();
|
||||||
SetGraphicsPort(backSrcMap);
|
SetGraphicsPort(backSrcMap);
|
||||||
|
|
||||||
|
ForeColor(blackColor);
|
||||||
PaintRect(&localRoomsDest[where]);
|
PaintRect(&localRoomsDest[where]);
|
||||||
|
|
||||||
SetGraphicsPort(wasCPort);
|
SetGraphicsPort(wasCPort);
|
||||||
|
Reference in New Issue
Block a user