Transitional changes for FreeDoom, probably more to come.

This commit is contained in:
Storm Dragon
2024-12-26 13:22:39 -05:00
parent c8ec64ec52
commit 9e708f0bfa
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
launch_game() {
pushd "${doomPath}"
pushd "${gamePath}"
#echo "exec stdbuf -oL ${gzdoom} ${@} | speak"
exec stdbuf -oL ${gzdoom} ${@} | speak
popd
@ -340,7 +340,7 @@ case ${buttonCode} in
'-extratic' '-dup' '3'
)
fi
pushd "${doomPath}"
pushd "${gamePath}"
launch_game ${gameOption} "${flags[@]}"
;;
0)