hedgewars/uLand.pas
changeset 2905 f3c79f7193a9
parent 2891 e1f902eb0cfe
child 2948 3f21a9dc93d0
--- a/hedgewars/uLand.pas	Mon Mar 01 19:20:43 2010 +0000
+++ b/hedgewars/uLand.pas	Mon Mar 01 19:54:33 2010 +0000
@@ -719,7 +719,7 @@
 
 procedure LoadMap;
 var tmpsurf: PSDL_Surface;
-	s: string;
+	s: shortstring;
 	f: textfile;
 begin
 WriteLnToConsole('Loading land from file...');