fixup DarkUmbra

This commit is contained in:
Christopher Roy Bratusek 2014-08-10 22:34:51 +02:00
parent 7a5773393a
commit 0af806c7cf
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ v5.2.0:
adventure)
- add support for SMN?DU DarkUmbra SMB Anniversary Edition
- add support for SMN?ZA Newer Apocalypse
- add exit code 81 (hack does not support supplied game version)
v5.1.0:
- remove MKWIIMM_GAME_LANG from patchimage.rc (sets the language

View File

@ -45,7 +45,7 @@ detect_game_version () {
place_files () {
cp -r "${RIIVOLUTION_DIR}"/dusmbae/ ${WORKDIR}/files/
cp -r "${RIIVOLUTION_DIR}"/dusmbae/files/ ${WORKDIR}/
}