1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Several minor fixes.

This commit is contained in:
Michał W. Urbańczyk
2010-05-26 21:59:58 +00:00
parent 8bda10b695
commit 3111a904ae
10 changed files with 61 additions and 34 deletions

View File

@ -2502,8 +2502,8 @@ void CBonusSelection::CRegion::show( SDL_Surface * to )
}
}
CSavingScreen::CSavingScreen()
: CSelectionScreen(CMenuScreen::saveGame)
CSavingScreen::CSavingScreen(bool hotseat)
: CSelectionScreen(CMenuScreen::saveGame, hotseat)
{
ourGame = mapInfoFromGame();
sInfo = *LOCPLINT->cb->getStartInfo();