Temporary fix for pole tile progress
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
7a31876bc4
commit
e2239a6b5a
1 changed files with 2 additions and 0 deletions
|
@ -54,8 +54,10 @@ while i < argc:
|
|||
|
||||
if n == 90:
|
||||
world = 1
|
||||
tile = "N/A"
|
||||
elif n == -80:
|
||||
world = 2
|
||||
tile = "N/A"
|
||||
else:
|
||||
wm = w % 10
|
||||
sm = s % 10
|
||||
|
|
Loading…
Reference in a new issue