fixed bug in glendy game
This commit is contained in:
parent
8e1fbbeda5
commit
e17a2a9e89
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ score1(int x, int y) {
|
|||
if(next < min)
|
||||
min = next;
|
||||
}
|
||||
if(min == 999) return 998;
|
||||
return 1+min;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue