equal
deleted
inserted
replaced
2459 ControllerHats: array[0..5] of array[0..19] of Byte; |
2459 ControllerHats: array[0..5] of array[0..19] of Byte; |
2460 ControllerButtons: array[0..5] of array[0..19] of Byte; |
2460 ControllerButtons: array[0..5] of array[0..19] of Byte; |
2461 |
2461 |
2462 DefaultBinds : TBinds; |
2462 DefaultBinds : TBinds; |
2463 |
2463 |
|
2464 lastTurnChecksum : Longword; |
|
2465 |
2464 var trammo: array[TAmmoStrId] of ansistring; // name of the weapon |
2466 var trammo: array[TAmmoStrId] of ansistring; // name of the weapon |
2465 trammoc: array[TAmmoStrId] of ansistring; // caption of the weapon |
2467 trammoc: array[TAmmoStrId] of ansistring; // caption of the weapon |
2466 trammod: array[TAmmoStrId] of ansistring; // description of the weapon |
2468 trammod: array[TAmmoStrId] of ansistring; // description of the weapon |
2467 trmsg: array[TMsgStrId] of ansistring; // message of the event |
2469 trmsg: array[TMsgStrId] of ansistring; // message of the event |
2468 trgoal: array[TGoalStrId] of ansistring; // message of the goal |
2470 trgoal: array[TGoalStrId] of ansistring; // message of the goal |