From 72fed2144ef44a41168ff57fe088b51fd149ce34 Mon Sep 17 00:00:00 2001 From: PaulGalm <44613112+PaulGalm@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:42:28 +0200 Subject: [PATCH] Update menu.sh fix game calls to ALE/_game_ --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index ea2d762..73cf0a9 100644 --- a/menu.sh +++ b/menu.sh @@ -38,7 +38,7 @@ show_infobox() { } run_game() { - sel_game="$1" + sel_game="ALE/$1" sel_model="$2" # show_infobox "$sel_game" if [ "$sel_model" = "Human" ]; then