From a546b0ce552d5bbd55fdc7e0b9eb0244b04f6b11 Mon Sep 17 00:00:00 2001 From: elasota Date: Sun, 29 Dec 2019 21:31:28 -0500 Subject: [PATCH] Fix room light switches drawing the wrong color (conflicting with Mac Plus censor) --- GpApp/RoomGraphics.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GpApp/RoomGraphics.cpp b/GpApp/RoomGraphics.cpp index ae83495..c08a47a 100644 --- a/GpApp/RoomGraphics.cpp +++ b/GpApp/RoomGraphics.cpp @@ -172,7 +172,8 @@ void DrawRoomBackground (short who, short where, short elevation) wasCPort = GetGraphicsPort(); SetGraphicsPort(backSrcMap); - + + ForeColor(blackColor); PaintRect(&localRoomsDest[where]); SetGraphicsPort(wasCPort);