minor table layout bugfix

This commit is contained in:
Max-Wilhelm Bruker 2010-08-11 01:32:52 +02:00
parent 58e803c3e7
commit 00077565ab
3 changed files with 3 additions and 2 deletions

View file

@ -137,7 +137,7 @@ void Server_Game::startGameIfReady()
query.exec();
}
*/
setActivePlayer(0);
setActivePlayer(players.keys().first());
}
void Server_Game::stopGameIfFinished()