# HG changeset patch # User nemo # Date 1292687016 18000 # Node ID 442bac2e6ca62c74f1213f43fddf99e60b110a7f # Parent e96d3773c375ecd7cecd62eb548802f559e21869 Reenable cReadyDelay - this requires testing on m8y.org from now on until the message is added to other servers diff -r e96d3773c375 -r 442bac2e6ca6 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Sat Dec 18 15:14:27 2010 +0100 +++ b/hedgewars/uVariables.pas Sat Dec 18 10:43:36 2010 -0500 @@ -23,7 +23,7 @@ cReducedQuality : LongWord = rqNone; //userNick is in uChat recordFileName : shortstring = ''; - cReadyDelay : Longword = 0; + cReadyDelay : Longword = 5000; cLogfileBase : shortstring = 'debug'; ////////////////////////// @@ -591,6 +591,9 @@ (FileName: 'Jump2.ogg'; Path: ptVoices),// sndJump2 (FileName: 'Jump3.ogg'; Path: ptVoices),// sndJump3 (FileName: 'Yessir.ogg'; Path: ptVoices),// sndYesSir + (FileName: 'Yessir1.ogg'; Path: ptVoices),// sndYesSir1 + (FileName: 'Yessir2.ogg'; Path: ptVoices),// sndYesSir2 + (FileName: 'Yessir3.ogg'; Path: ptVoices),// sndYesSir3 (FileName: 'Laugh.ogg'; Path: ptVoices),// sndLaugh (FileName: 'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou (FileName: 'Incoming.ogg'; Path: ptVoices),// sndIncoming @@ -2248,7 +2251,7 @@ cReducedQuality := rqNone; //userNick is in uChat recordFileName := ''; - cReadyDelay := 0; + cReadyDelay := 5000; end; end.