'=' != '=='

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-03-25 04:48:39 +00:00
parent bc3d262ed8
commit b14bf239c9

View file

@ -37,7 +37,7 @@ while i < argc:
wm = w % 10
nm = n % 10
if nm = 0:
if nm == 0:
wm += 1
tile = wm * 10 + nm