From b7323afbbc0457833bd65ea4c333757a4fdc036d Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sat, 21 Dec 2019 19:13:09 +0100 Subject: [PATCH] frotz: switch to working adventure version --- packages/frotz/zgames | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frotz/zgames b/packages/frotz/zgames index 923fab670..86ed52a63 100644 --- a/packages/frotz/zgames +++ b/packages/frotz/zgames @@ -11,7 +11,7 @@ FG_TMPFILE=$FG_FOLDER/tmp set +e dialog \ --title "Select Game" --clear \ - --radiolist "Select game to play" 0 0 0 \ + --radiolist "Choose game to play, select with space" 0 0 0 \ "Adventure" "Welcome to Adventure" off \ "Castle Adventure!" "Old-school style" off \ "Zork I" "The game that started it all" off \ @@ -39,7 +39,7 @@ esac case $FG_GAME in "Adventure") - FG_FILEDOWNLOAD=http://www.dwheeler.com/adventure/Advent.z5 + FG_FILEDOWNLOAD=http://www.ifarchive.org/if-archive/games/zcode/advent.z8 FG_GAMEFOLDER=$FG_FOLDER/adventure;; "Castle Adventure!") FG_FILEDOWNLOAD=http://www.ifarchive.org/if-archive/games/zcode/castle.z8