From 53c7572acc0b7d11af77edd1d8934371a348220b Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Tue, 3 Feb 2026 12:28:15 +0100 Subject: Fixes --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 3cb5551..6dd0102 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,9 +34,9 @@ int main(){ game.initBoard(); while(game.inGame){ - game.updateBoard(); game.displayBoard(); game.input(); + game.updateBoard(); } return 0; -- cgit v1.2.3