creator/engine/src/creator_cmdscriptrun.cpp
changeset 28 4cc0d1a608c1
parent 27 271e901a9423
--- a/creator/engine/src/creator_cmdscriptrun.cpp	Fri May 14 16:10:39 2010 +0300
+++ b/creator/engine/src/creator_cmdscriptrun.cpp	Tue Jun 01 14:40:54 2010 +0300
@@ -117,15 +117,15 @@
 
 void  CCreatorCmdScriptRun::Beat()
 	{
-	Tick();
+	TRAP_IGNORE( TickL() );
 	}
 
 void  CCreatorCmdScriptRun::Synchronize()
 	{
-	Tick();
+    TRAP_IGNORE( TickL() );
 	}
 
-void  CCreatorCmdScriptRun::Tick()
+void  CCreatorCmdScriptRun::TickL()
 	{
 	iTickCount++;
 	if (iTickCount > KCommandLineDelay)