hedgewars/uStore.pas
changeset 8370 0c79946e96f8
parent 8359 9a7024b2a4d3
child 8444 75db7bb8dce8
child 8838 aa2ffd427f6a
--- 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;