Changed name of jp translator; fixed game scene rearrange bug

This commit is contained in:
Max-Wilhelm Bruker 2011-03-06 17:44:59 +01:00
parent b24cf8e7f1
commit 7038166d8f
3 changed files with 2 additions and 2 deletions

View file

@ -488,6 +488,7 @@ void TabGame::startGame()
playerListWidget->setGameStarted(true);
started = true;
static_cast<GameScene *>(gameView->scene())->rearrange();
gameView->show();
phasesToolbar->show();
}