branch | 0.9.25 |
changeset 14590 | 8736f3a0ff7f |
parent 11046 | 47a8c19ecb60 |
child 15395 | 56f2c70723c8 |
14561:5e4df5413e1e | 14590:8736f3a0ff7f |
---|---|
56 Time: Longword; |
56 Time: Longword; |
57 end; |
57 end; |
58 |
58 |
59 TActions = record |
59 TActions = record |
60 Count, Pos: Longword; |
60 Count, Pos: Longword; |
61 ticks: Longword; |
|
61 actions: array[0..Pred(MAXACTIONS)] of TAction; |
62 actions: array[0..Pred(MAXACTIONS)] of TAction; |
62 Score: LongInt; |
63 Score: LongInt; |
63 isWalkingToABetterPlace: boolean; |
64 isWalkingToABetterPlace: boolean; |
64 end; |
65 end; |
65 |
66 |