this should not be exposed
authornemo
Fri, 08 Feb 2013 21:22:11 -0500
changeset 8473 555235e90010
parent 8472 da6b569ac930
child 8475 f605bc59c603
this should not be exposed
hedgewars/uScript.pas
--- a/hedgewars/uScript.pas	Fri Feb 08 15:33:43 2013 +0400
+++ b/hedgewars/uScript.pas	Fri Feb 08 21:22:11 2013 -0500
@@ -2046,7 +2046,6 @@
 begin
 ScriptSetInteger('TurnTimeLeft', TurnTimeLeft);
 ScriptSetInteger('GameTime', GameTicks);
-ScriptSetInteger('RealTime', RealTicks);
 ScriptSetInteger('TotalRounds', TotalRounds);
 ScriptSetInteger('WaterLine', cWaterLine);
 if GameTicks = 0 then