changeset 4603 | d362ab6c7f53 |
parent 4517 | 0618b31023dc |
child 4748 | ce9b48de1f52 |
child 4765 | adef9ec50d63 |
--- a/hedgewars/uStore.pas Tue Dec 21 23:22:53 2010 +0100 +++ b/hedgewars/uStore.pas Wed Dec 22 03:05:28 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));