1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-01-09 13:33:26 +00:00

Fix background map width

This commit is contained in:
David Schmenk 2014-12-13 20:39:21 -08:00
parent c41b853015
commit 8a2dfba024

View File

@ -187,7 +187,7 @@ def drawmap(xorg, yorg, dir, light)
if light
xmap = xorg - xcentr
if xmap < 0
l = mapcols + xmap
l = mapcols - 1
xscr = -xmap
xmap = 0
else