hedgewars/uStore.pas
changeset 4647 20b982afbe6e
parent 4603 d362ab6c7f53
child 4748 ce9b48de1f52
child 4765 adef9ec50d63
--- a/hedgewars/uStore.pas	Thu Dec 23 17:47:50 2010 +0100
+++ b/hedgewars/uStore.pas	Thu Dec 23 20:26:31 2010 +0100
@@ -391,7 +391,7 @@
 var tmpsurf: PSDL_Surface;
     s: shortstring;
 begin
-    WriteToConsole(msgLoading + filename + '.png [flags: ' + inttostr(imageFlags) + ']');
+    WriteToConsole(msgLoading + filename + '.png [flags: ' + inttostr(imageFlags) + '] ');
 
     s:= filename + '.png';
     tmpsurf:= IMG_Load(Str2PChar(s));