--- 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