Fix room light switches drawing the wrong color (conflicting with Mac Plus censor)

This commit is contained in:
elasota
2019-12-29 21:31:28 -05:00
parent 77441c19fd
commit a546b0ce55

View File

@@ -173,6 +173,7 @@ void DrawRoomBackground (short who, short where, short elevation)
wasCPort = GetGraphicsPort();
SetGraphicsPort(backSrcMap);
ForeColor(blackColor);
PaintRect(&localRoomsDest[where]);
SetGraphicsPort(wasCPort);