mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Increased default deadlock delay to account for reduction of deadlock problems as well as the time it takes to do some things (throw multiple gas grenades, spin the turret wildly, etc)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@840 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -880,9 +880,10 @@ WEAPON_SOUND_EFFECTS_VOLUME = 0
|
||||
|
||||
[JA2 System Settings]
|
||||
|
||||
; Time in seconds for DeadLock delay, default 15
|
||||
; Time in seconds for DeadLock delay, default 30
|
||||
; Do not set this too low!
|
||||
DEAD_LOCK_DELAY = 10
|
||||
; Increased because 1) deadlocks are significantly reduced, and 2) some actions actually take a while
|
||||
DEAD_LOCK_DELAY = 30
|
||||
|
||||
; Skip global strategic events (use to prevent game crashes). Press and hold NUMLOCK to skip
|
||||
ENABLE_EMERGENCY_BUTTON_NUMLOCK_TO_SKIP_STRATEGIC_EVENTS = FALSE
|
||||
Reference in New Issue
Block a user