hedgewars/uVariables.pas
changeset 7066 12cc2bd84b0b
parent 7049 35d762458d66
child 7076 fed718e7851d
equal deleted inserted replaced
7065:e80e0d3273c5 7066:12cc2bd84b0b
   200     firebutton, jumpWidget, AMWidget          : TOnScreenWidget;
   200     firebutton, jumpWidget, AMWidget          : TOnScreenWidget;
   201     pauseButton, utilityWidget                : TOnScreenWidget;
   201     pauseButton, utilityWidget                : TOnScreenWidget;
   202 {$ENDIF}
   202 {$ENDIF}
   203 
   203 
   204 
   204 
   205 const
   205 var
   206     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   206     // these consts are here because they would cause circular dependencies in uConsts/uTypes
   207     cPathz: array[TPathType] of shortstring = (
   207     cPathz: array[TPathType] of shortstring = (
   208         '',                              // ptNone
   208         '',                              // ptNone
   209         '',                              // ptData
   209         '',                              // ptData
   210         'Graphics',                      // ptGraphics
   210         'Graphics',                      // ptGraphics