From 958286bc7ec391c95b178919ca781ff7f5da3665 Mon Sep 17 00:00:00 2001 From: kry008 Date: Sun, 10 Sep 2023 20:50:02 +0200 Subject: [PATCH] use checkAll9 --- source/main.cpp | 1 + 1 file changed, 1 insertion(+) 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