--- a/hedgewars/uStore.pas Thu Jan 10 22:54:55 2013 +0400
+++ b/hedgewars/uStore.pas Thu Jan 10 22:59:46 2013 +0400
@@ -605,6 +605,8 @@
begin
// check for file in user dir (never critical)
tmpsurf:= LoadImage(cPathz[path] + '/' + filename, imageFlags);
+
+ LoadDataImage:= tmpsurf;
end;