diff -r d464a04450cc -r 0f46fb0e0d5f hedgewars/uGame.pas --- a/hedgewars/uGame.pas Mon Jun 16 19:07:11 2014 +0200 +++ b/hedgewars/uGame.pas Mon Jun 16 23:46:22 2014 +0200 @@ -64,6 +64,10 @@ else if cOnlyStats then Lag:= High(LongInt) end; + +if cTestLua then + Lag:= High(LongInt); + inc(SoundTimerTicks, Lag); if SoundTimerTicks >= 50 then begin