From 94324c92905dba52042ec9dee4c130ea80b040e8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 9 Mar 2022 13:34:55 -0500 Subject: [PATCH] Revert "Updated the Scramble launcher to try to fix it not launching on the Pi and possibly Mac." because it did not work. This reverts commit 2eba66ba5a52e70ac1d34f91bcc711ebc19061b5. --- audiogame-manager.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/audiogame-manager.sh b/audiogame-manager.sh index b455753..92248fa 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -772,12 +772,6 @@ game_launcher() { wine "$winePath\\$wineExec" exit 0 fi - if [[ "$game" =~ scramble ]]; then - pushd "$(winepath "$winePath")" - wine "$wineExec" - popd - exit 0 - fi if [[ "$game" =~ screaming-strike-2 ]]; then pushd "$(winepath "$winePath")" wine "$wineExec"