working exit button

This commit is contained in:
devZoGok
2024-05-29 20:31:45 +03:00
parent 1a5fbccc5b
commit b9baa05f27
5 changed files with 7 additions and 7 deletions
+1
View File
@@ -145,6 +145,7 @@ namespace battleship{
}
void GameManager::start(string gameDir) {
running = true;
registerMembers();
initLua(gameDir);