Andrew's shiny new proportional font engine is working!

This commit is contained in:
Martin Haye 2015-06-08 08:11:36 -07:00
parent edc1e7d410
commit 9e64a6df38

View File

@ -732,9 +732,9 @@ end
// Window for the map area (used for clearing it) // Window for the map area (used for clearing it)
def setMapWindow() def setMapWindow()
if mapIs3D if mapIs3D
setWindow(24, 152, 14, 140) setWindow(24, 153, 14, 140)
else else
setWindow(24, 168, 14, 140) setWindow(24, 169, 14, 140)
fin fin
end end