hedgewars/uStore.pas
changeset 620 451cabd49241
parent 567 b6de36975a3c
child 689 f4ec46c48ed2
--- a/hedgewars/uStore.pas	Sun Oct 07 15:55:09 2007 +0000
+++ b/hedgewars/uStore.pas	Sat Oct 20 13:49:36 2007 +0000
@@ -479,6 +479,7 @@
 if setTransparent then TryDo(SDL_SetColorKey(tmpsurf, SDL_SRCCOLORKEY or SDL_RLEACCEL, 0) = 0, errmsgTransparentSet, true);
 if hasAlpha then Result:= SDL_DisplayFormatAlpha(tmpsurf)
             else Result:= SDL_DisplayFormat(tmpsurf);
+{$IFDEF DEBUGFILE}WriteLnToConsole('(' + inttostr(tmpsurf^.w) + ',' + inttostr(tmpsurf^.h) + ') ');{$ENDIF}
 WriteLnToConsole(msgOK);
 LoadImage:= Result
 end;