Clear screen when starting a game

This commit is contained in:
jsalmon3 2003-05-03 20:07:01 +00:00
parent bea13909af
commit 5ffe257285

View file

@ -528,6 +528,10 @@ global void CreateGame(char* filename, WorldMap* map)
GameResult=GameNoResult;
CommandLog(NULL,NoUnitP,FlushCommands,-1,-1,NoUnitP,NULL,-1);
DestroyCursorBackground();
VideoLockScreen();
VideoClearScreen();
VideoUnlockScreen();
}
/**