mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu)
This commit is contained in:
@@ -301,6 +301,9 @@ static void LoadIntroGame(void)
|
|||||||
|
|
||||||
_pause = 0;
|
_pause = 0;
|
||||||
_local_player = 0;
|
_local_player = 0;
|
||||||
|
/* Make sure you can't scroll in the menu */
|
||||||
|
_scrolling_viewport = 0;
|
||||||
|
_cursor.fix_at = false;
|
||||||
MarkWholeScreenDirty();
|
MarkWholeScreenDirty();
|
||||||
|
|
||||||
// Play main theme
|
// Play main theme
|
||||||
|
Reference in New Issue
Block a user