- Multiplayer Bugfix: Fixed the bug, playing a "tilt" sound and showing the mini laptop graphic on the screen, when opening the laptop / option screen from map screen from map screen

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4718 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2011-10-16 19:02:26 +00:00
parent c17aeb2062
commit 25ecfdc6e1
2 changed files with 10 additions and 2 deletions
+6
View File
@@ -2527,6 +2527,9 @@ void reapplySETTINGS()
// Set fast loading of WWW sites
gfTemporaryDisablingOfLoadPendingFlag = TRUE;
// WANNE: This should fix the bug playing a "tilt" sound and showing the mini laptop graphic on the screen, when opening the laptop / option screen from map screen
gfDontStartTransitionFromLaptop = TRUE;
gMercProfiles[ 57 ].sSalary = 2000;
gMercProfiles[ 58 ].sSalary = 1500;
gMercProfiles[ 59 ].sSalary = 600;
@@ -4768,6 +4771,9 @@ void connect_client ( void )
// Set fast loading of WWW sites
gfTemporaryDisablingOfLoadPendingFlag = TRUE;
// WANNE: This should fix the bug playing a "tilt" sound and showing the mini laptop graphic on the screen, when opening the laptop / option screen from map screen from map screen
gfDontStartTransitionFromLaptop = TRUE;
//**********************