diff --git a/source/main.cpp b/source/main.cpp index 37c5eb1..e1081c7 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -249,6 +249,7 @@ int main(int argc, char **argv) { //check if touched if(touch.px != 0 && touch.py != 0) touching(touch); + checkAll9(); checkWin(); } else