parent
4227519ddc
commit
958286bc7e
|
@ -249,6 +249,7 @@ int main(int argc, char **argv) {
|
||||||
//check if touched
|
//check if touched
|
||||||
if(touch.px != 0 && touch.py != 0)
|
if(touch.px != 0 && touch.py != 0)
|
||||||
touching(touch);
|
touching(touch);
|
||||||
|
checkAll9();
|
||||||
checkWin();
|
checkWin();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue