mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-02-03 22:35:52 +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
|
if light
|
||||||
xmap = xorg - xcentr
|
xmap = xorg - xcentr
|
||||||
if xmap < 0
|
if xmap < 0
|
||||||
l = mapcols + xmap
|
l = mapcols - 1
|
||||||
xscr = -xmap
|
xscr = -xmap
|
||||||
xmap = 0
|
xmap = 0
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user