frotz: switch to working adventure version
This commit is contained in:
parent
51822272bc
commit
b7323afbbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user