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:
parent
c41b853015
commit
8a2dfba024
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user