mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
MERGED bugfixes from revision: 4916
- Bugfix: If DISABLE_LAPTOP_TRANSITION is TRUE, some laptop initialization methods (e.g: BobbyR methods) were not executed - Removed the hardcoded setting from 3 ja2_options.ini values for a multiplayer game git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4972 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2424,10 +2424,11 @@ void recieveSETTINGS (RPCParameters *rpcParameters) //recive settings from serve
|
||||
gGameSettings.fOptions[TOPTION_ALLOW_REAL_TIME_SNEAK] = false;
|
||||
gGameExternalOptions.fQuietRealTimeSneak = false;
|
||||
|
||||
// WANNE: Take the settings from the ja2_options.ini
|
||||
// WANNE: Enable fast loading
|
||||
gGameExternalOptions.fDisableLaptopTransition = true;
|
||||
/*gGameExternalOptions.fDisableLaptopTransition = true;
|
||||
gGameExternalOptions.fFastWWWSitesLoading = true;
|
||||
gGameExternalOptions.fDisableStrategicTransition = true;
|
||||
gGameExternalOptions.fDisableStrategicTransition = true;*/
|
||||
|
||||
// WANNE: fix HOT DAY in night at arrival by night.
|
||||
// Explanation: If game starting time + first arrival delay < 07:00 (111600) -> we arrive before the sun rises or
|
||||
@@ -2636,10 +2637,11 @@ void reapplySETTINGS()
|
||||
gGameSettings.fOptions[TOPTION_ALLOW_REAL_TIME_SNEAK] = false;
|
||||
gGameExternalOptions.fQuietRealTimeSneak = false;
|
||||
|
||||
// WANNE: Take the settings from the ja2_options.ini
|
||||
// WANNE: Enable fast loading
|
||||
gGameExternalOptions.fDisableLaptopTransition = true;
|
||||
/*gGameExternalOptions.fDisableLaptopTransition = true;
|
||||
gGameExternalOptions.fFastWWWSitesLoading = true;
|
||||
gGameExternalOptions.fDisableStrategicTransition = true;
|
||||
gGameExternalOptions.fDisableStrategicTransition = true;*/
|
||||
|
||||
// WANNE: fix HOT DAY in night at arrival by night.
|
||||
// Explanation: If game starting time + first arrival delay < 07:00 (111600) -> we arrive before the sun rises or
|
||||
|
||||
Reference in New Issue
Block a user