From 9e64a6df381c465e91f7857b1a8f07b199c0a006 Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Mon, 8 Jun 2015 08:11:36 -0700 Subject: [PATCH] Andrew's shiny new proportional font engine is working! --- Platform/Apple/virtual/src/plasma/gameloop.pla | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/Apple/virtual/src/plasma/gameloop.pla b/Platform/Apple/virtual/src/plasma/gameloop.pla index e486e54e..b0cfff8b 100644 --- a/Platform/Apple/virtual/src/plasma/gameloop.pla +++ b/Platform/Apple/virtual/src/plasma/gameloop.pla @@ -732,9 +732,9 @@ end // Window for the map area (used for clearing it) def setMapWindow() if mapIs3D - setWindow(24, 152, 14, 140) + setWindow(24, 153, 14, 140) else - setWindow(24, 168, 14, 140) + setWindow(24, 169, 14, 140) fin end