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);