Disable map preview when starting a game.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10924 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-06-05 15:32:11 +00:00 committed by Git SVN Gateway
parent da525967c0
commit 61eb6e0c54
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ static void startGameLoop(void)
{
eventFireCallbackTrigger((TRIGGER_TYPE)CALL_START_NEXT_LEVEL);
}
screen_disableMapPreview();
}