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
|
set +e
|
||||||
dialog \
|
dialog \
|
||||||
--title "Select Game" --clear \
|
--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 \
|
"Adventure" "Welcome to Adventure" off \
|
||||||
"Castle Adventure!" "Old-school style" off \
|
"Castle Adventure!" "Old-school style" off \
|
||||||
"Zork I" "The game that started it all" off \
|
"Zork I" "The game that started it all" off \
|
||||||
@ -39,7 +39,7 @@ esac
|
|||||||
|
|
||||||
case $FG_GAME in
|
case $FG_GAME in
|
||||||
"Adventure")
|
"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;;
|
FG_GAMEFOLDER=$FG_FOLDER/adventure;;
|
||||||
"Castle Adventure!")
|
"Castle Adventure!")
|
||||||
FG_FILEDOWNLOAD=http://www.ifarchive.org/if-archive/games/zcode/castle.z8
|
FG_FILEDOWNLOAD=http://www.ifarchive.org/if-archive/games/zcode/castle.z8
|
||||||
|
Loading…
Reference in New Issue
Block a user