diff -r 271e901a9423 -r 4cc0d1a608c1 creator/engine/src/creator_cmdscriptrun.cpp --- 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)