hedgewars/uVariables.pas
changeset 4390 f219628ed666
parent 4379 6cd6b77df8b8
child 4396 3cfd2e15464a
equal deleted inserted replaced
4389:d1c65b60cd68 4390:f219628ed666
  2093 
  2093 
  2094     chatAction: boolean;
  2094     chatAction: boolean;
  2095     pauseAction: boolean;
  2095     pauseAction: boolean;
  2096 {$ENDIF}
  2096 {$ENDIF}
  2097 
  2097 
       
  2098 var trammo:  array[TAmmoStrId] of ansistring;   // name of the weapon
       
  2099     trammoc: array[TAmmoStrId] of ansistring;   // caption of the weapon
       
  2100     trammod: array[TAmmoStrId] of ansistring;   // description of the weapon
       
  2101     trmsg:   array[TMsgStrId]  of ansistring;   // message of the event
       
  2102     trgoal:  array[TGoalStrId] of ansistring;   // message of the goal
       
  2103 
       
  2104 
  2098 procedure initModule;
  2105 procedure initModule;
  2099 procedure freeModule;
  2106 procedure freeModule;
  2100 
  2107 
  2101 implementation
  2108 implementation
  2102 
  2109