From 50314371e5f11e3610a33e1899d2e1b76f19d9b0 Mon Sep 17 00:00:00 2001 From: Overhaul Date: Sat, 14 Jul 2007 08:07:29 +0000 Subject: [PATCH] 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 --- gamedir/Data-1.13/Ja2_Options.INI | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 86112afff..031dc20c8 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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 \ No newline at end of file