File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,12 @@ function game_data_wolf4sdl() {
87
87
# Get shareware game data
88
88
downloadAndExtract " http://maniacsvault.net/ecwolf/files/shareware/wolf3d14.zip" " $romdir /ports/wolf3d" -j -LL
89
89
fi
90
- if [[ ! -f " $romdir /ports/wolf3d/vswap.sdm" && ! -f " $romdir /ports/wolf3d/vswap.sod" ]]; then
90
+
91
+ for sodfile in gamemaps maphead vswap; do
92
+ [[ -f " $romdir /ports/wolf3d/$sodfile .sod" ]] && mv " $romdir /ports/wolf3d/$sodfile .sod" " $romdir /ports/wolf3d/$sodfile .sd1"
93
+ done
94
+
95
+ if [[ ! -f " $romdir /ports/wolf3d/vswap.sdm" && ! -f " $romdir /ports/wolf3d/vswap.sd1" ]]; then
91
96
cd " $__tmpdir "
92
97
# Get shareware game data
93
98
downloadAndExtract " http://maniacsvault.net/ecwolf/files/shareware/soddemo.zip" " $romdir /ports/wolf3d" -j -LL
You can’t perform that action at this time.
0 commit comments