equal
deleted
inserted
replaced
2472 trammoc: array[TAmmoStrId] of ansistring; // caption of the weapon |
2472 trammoc: array[TAmmoStrId] of ansistring; // caption of the weapon |
2473 trammod: array[TAmmoStrId] of ansistring; // description of the weapon |
2473 trammod: array[TAmmoStrId] of ansistring; // description of the weapon |
2474 trluaammo: array[TAmmoStrId] of ansistring; // name of the weapon (Lua overwrite) |
2474 trluaammo: array[TAmmoStrId] of ansistring; // name of the weapon (Lua overwrite) |
2475 trluaammoc: array[TAmmoStrId] of ansistring; // caption of the weapon (Lua overwrite) |
2475 trluaammoc: array[TAmmoStrId] of ansistring; // caption of the weapon (Lua overwrite) |
2476 trluaammod: array[TAmmoStrId] of ansistring; // description of the weapon (Lua overwrite) |
2476 trluaammod: array[TAmmoStrId] of ansistring; // description of the weapon (Lua overwrite) |
|
2477 trluaammoa: array[TAmmoStrId] of ansistring; // description appendix of the weapon (Lua only) |
2477 trmsg: array[TMsgStrId] of ansistring; // message of the event |
2478 trmsg: array[TMsgStrId] of ansistring; // message of the event |
2478 trgoal: array[TGoalStrId] of ansistring; // message of the goal |
2479 trgoal: array[TGoalStrId] of ansistring; // message of the goal |
2479 cTestLua : Boolean; |
2480 cTestLua : Boolean; |
2480 |
2481 |
2481 procedure preInitModule; |
2482 procedure preInitModule; |