Fixed the other modes which broke with addition of audio manual.
This commit is contained in:
parent
e0e240848d
commit
f8e5b7ca75
@ -245,6 +245,7 @@ while [[ -z "${gameOption}" ]] || [[ "${gameOption}" == "manual" ]]; do
|
|||||||
--help-label "Exit" \
|
--help-label "Exit" \
|
||||||
--menu "Please select one" 0 0 0 "${doomGames[@]}" --stdout)"
|
--menu "Please select one" 0 0 0 "${doomGames[@]}" --stdout)"
|
||||||
buttonCode=$?
|
buttonCode=$?
|
||||||
|
[[ $buttonCode -ne 0 ]] && break
|
||||||
if [[ "${gameOption}" == "manual" ]]; then
|
if [[ "${gameOption}" == "manual" ]]; then
|
||||||
audio_manual
|
audio_manual
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user