creator/engine/src/creator_cmdscriptrun.cpp
changeset 23 c9bf25a20c9f
parent 19 4b22a598b890
--- a/creator/engine/src/creator_cmdscriptrun.cpp	Thu May 27 12:52:19 2010 +0300
+++ b/creator/engine/src/creator_cmdscriptrun.cpp	Fri Jun 11 13:39:09 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)