Harmonize load screen delay

Gameplay hints are shown in the message log after a load so let's not make the player wait for extra time
This commit is contained in:
Asdow
2024-12-24 18:21:39 +02:00
parent ebeade551e
commit 3f31a1e451
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -674,7 +674,7 @@ USE_LOADSCREENHINTS = TRUE
; The delay will only be used if USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 2
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 0
;------------------------------------------------------------------------------------------------------------------------------
;New Starting Gear Interface
+1 -1
View File
@@ -612,7 +612,7 @@ USE_LOADSCREENHINTS = TRUE
; The delay will only be used if USE_LOADSCREENHINTS = TRUE
;------------------------------------------------------------------------------------------------------------------------------
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 2
ADDITIONAL_DELAY_UNTIL_LOADSCREEN_DISPOSAL = 0
;------------------------------------------------------------------------------------------------------------------------------
;New Starting Gear Interface