diff -r 31033e521653 -r 0c79946e96f8 hedgewars/uStore.pas --- 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;