mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-16 00:27:38 +00:00
Fix background map width
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user