mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
Fix room light switches drawing the wrong color (conflicting with Mac Plus censor)
This commit is contained in:
@@ -172,7 +172,8 @@ 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