813bcf2
diff -ur u4.orig/src/u4file.cpp u4/src/u4file.cpp
813bcf2
--- u4.orig/src/u4file.cpp	2004-11-29 06:38:26.000000000 +0100
813bcf2
+++ u4/src/u4file.cpp	2007-02-02 15:59:34.000000000 +0100
813bcf2
@@ -236,6 +236,9 @@
813bcf2
         if (!pathname.empty()) {
813bcf2
             /* original u4 zip is present */
813bcf2
             add(new U4ZipPackage(pathname, "ultima4/", false));
813bcf2
+            /* add twice as sometimes the zip contains an ultima4 dir
813bcf2
+               and sometimes not */
813bcf2
+            add(new U4ZipPackage(pathname, "", false));
813bcf2
         }
813bcf2
     }
813bcf2