hedgewars/uConsts.pas
changeset 2905 f3c79f7193a9
parent 2903 e28356fe532a
child 2908 bd1909984a09
--- 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