single player works again, version bump

This commit is contained in:
Max-Wilhelm Bruker 2011-01-03 20:46:15 +01:00
parent d4222b25c5
commit 55d493e7ef
9 changed files with 26 additions and 15 deletions

View file

@ -113,9 +113,9 @@ void MainWindow::actSinglePlayer()
}
tabSupervisor->startLocal(localClients);
/* Command_CreateGame *createCommand = new Command_CreateGame(QString(), QString(), numberPlayers, false, false, false, false);
Command_CreateGame *createCommand = new Command_CreateGame(0, QString(), QString(), numberPlayers, false, false, false, false);
mainClient->sendCommand(createCommand);
*/}
}
void MainWindow::localGameEnded()
{