fix: winLine bug
This commit is contained in:
@@ -299,7 +299,7 @@ def check(pf):
|
||||
o = 0
|
||||
except IndexError:
|
||||
continue
|
||||
if o >= symbolCount:
|
||||
if o == symbolCount:
|
||||
winLine = temp
|
||||
return 0
|
||||
elif o < symbolCount:
|
||||
@@ -351,7 +351,7 @@ def check(pf):
|
||||
x = 0
|
||||
except IndexError:
|
||||
continue
|
||||
if x >= symbolCount:
|
||||
if x == symbolCount:
|
||||
winLine = temp
|
||||
return 1
|
||||
elif x < symbolCount:
|
||||
|
||||
Reference in New Issue
Block a user