diff -r d1cf1ff6cabb -r bf86c6cb9341 hedgewars/uStats.pas --- a/hedgewars/uStats.pas Sun Jan 24 00:02:57 2016 +0100 +++ b/hedgewars/uStats.pas Sun Jan 31 16:07:14 2016 +0300 @@ -38,7 +38,7 @@ procedure declareAchievement(id, teamname, location: shortstring; value: LongInt); implementation -uses uSound, uLocale, uVariables, uUtils, uIO, uCaptions, uDebug, uMisc, uConsole, uScript; +uses uSound, uLocale, uVariables, uUtils, uIO, uCaptions, uMisc, uConsole, uScript; var DamageClan : Longword = 0; DamageTotal : Longword = 0; @@ -99,7 +99,7 @@ var i, t: LongInt; s: ansistring; begin -TryDo(not bBetweenTurns, 'Engine bug: TurnReaction between turns', true); +//TryDo(not bBetweenTurns, 'Engine bug: TurnReaction between turns', true); inc(FinishedTurnsTotal); if FinishedTurnsTotal <> 0 then