diff -r 209a0c573917 -r f3c79f7193a9 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Mon Mar 01 19:20:43 2010 +0000 +++ b/hedgewars/uConsts.pas Mon Mar 01 19:54:33 2010 +0000 @@ -391,8 +391,8 @@ cThemeCFGFilename = 'theme.cfg'; FontBorder = 2; -var PathPrefix: string; - Pathz: array[TPathType] of String; +var PathPrefix: shortstring; + Pathz: array[TPathType] of shortstring; CountTexz: array[1..Pred(AMMO_INFINITE)] of PTexture; const cTagsMasks : array[0..7] of byte = ( @@ -1700,7 +1700,7 @@ implementation procedure init_uConsts; -var cPathz: array[TPathType] of String = ( +var cPathz: array[TPathType] of shortstring = ( '', // ptNone '', // ptData 'Graphics', // ptGraphics