diff -r 3dacbd83209b -r e6084b0c9316 hedgewars/uAIActions.pas --- a/hedgewars/uAIActions.pas Mon Sep 11 21:44:38 2006 +0000 +++ b/hedgewars/uAIActions.pas Wed Sep 13 19:26:16 2006 +0000 @@ -86,7 +86,7 @@ ); {$IFDEF TRACEAIACTIONS} -const SpecActionIdToStr: array[$80000000..$80000006] of string[16] = ( +const SpecActionIdToStr: array[$80000000..$80000008] of string[16] = ( {aia_Weapon} 'aia_Weapon', {aia_WaitX} 'aia_WaitX', {aia_WaitY} 'aia_WaitY', @@ -94,7 +94,8 @@ {aia_LookRight} 'aia_LookRight', {aia_AwareExpl} 'aia_AwareExpl', {aia_HJump} 'aia_HJump', -{aia_LJump} 'aia_LJump' +{aia_LJump} 'aia_LJump', +{aia_Skip} 'aia_Skip' ); procedure DumpAction(Action: TAction; Me: PGear);