Skip to content

Commit

Permalink
Don't add extensions to packed files in WADs
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Jan 5, 2025
1 parent 5e5276e commit 2676452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/buildWad/scripts/parse.awk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BEGIN {
next
} else {
if (!currentDir) destPath = prefix "/" targetFile
else destPath = currentDir "/" targetFile targetFileExtension
else destPath = currentDir "/" targetFile
system("cp -r -p " sourceFile " " destPath)
}
}
Expand Down

0 comments on commit 2676452

Please sign in to comment.