(svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu)

pull/155/head
truelight 18 years ago
parent f6b17149c6
commit 5ca40263a8

@ -301,6 +301,9 @@ static void LoadIntroGame(void)
_pause = 0;
_local_player = 0;
/* Make sure you can't scroll in the menu */
_scrolling_viewport = 0;
_cursor.fix_at = false;
MarkWholeScreenDirty();
// Play main theme

Loading…
Cancel
Save