changeset 6395 | bb04d7a9f7e2 |
parent 6393 | 701eb3f3556a |
child 6474 | 42e9773eedfd |
--- a/hedgewars/uAIActions.pas Fri Nov 18 00:32:52 2011 +0100 +++ b/hedgewars/uAIActions.pas Fri Nov 18 15:05:32 2011 +0400 @@ -57,6 +57,7 @@ Count, Pos: Longword; actions: array[0..Pred(MAXACTIONS)] of TAction; Score: LongInt; + isWalkingToABetterPlace: boolean; end; procedure AddAction(var Actions: TActions; Action: Longword; Param: LongInt; TimeDelta: Longword; X, Y: LongInt);