- Added 3 INI-Properties (DISABLE_STRATEGIC_TRANSITION, DISABLE_LAPTOP_TRANSITION, FAST_WWW_SITES_LOADING) for fast loading and skipping transitions

o The source code changes are in revision: 4806

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1344 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2011-11-18 10:16:13 +00:00
parent c478292797
commit b49efc47de
3 changed files with 65 additions and 0 deletions
+17
View File
@@ -1749,6 +1749,9 @@ STAT_PROGRESS_BARS_BLUE = 20
INCLUDE_CONTRACTS_IN_PROJECTED_EXPENSES_WINDOW = 0
; If disabled, the transition from the strategy screen will be skipped before entering tactical screen
DISABLE_STRATEGIC_TRANSITION = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************
@@ -1960,6 +1963,20 @@ ADDITIONAL_REPAIR_MODE = FALSE
ALLOW_SKYRIDER_HOT_LZ = 2
;******************************************************************************************************************************
;******************************************************************************************************************************
[Laptop Settings]
;******************************************************************************************************************************
; Use these settings to make changes to the laptop screen.
;******************************************************************************************************************************
; If disabled, the transition will be skipped when opening/closing the laptop
DISABLE_LAPTOP_TRANSITION = FALSE
; Fast loading of WWW laptop sites?
FAST_WWW_SITES_LOADING = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************