Fixed launcher for doom.?

This commit is contained in:
Storm Dragon 2022-11-05 17:53:48 -04:00
parent 3c95a86f0b
commit c1158f5b13

View File

@ -328,6 +328,9 @@ game_launcher() {
exec tt++ ${game##*/} exec tt++ ${game##*/}
fi fi
;; ;;
*doom*)
exec ${game}
;;
*) *)
pushd "${game%/*}" pushd "${game%/*}"
exec ${game} exec ${game}