Reenable cReadyDelay - this requires testing on m8y.org from now on until the message is added to other servers
--- 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.