From 085ac8edd97991f91959e9618b6cbcc51afd5713 Mon Sep 17 00:00:00 2001 From: PaulGalm <44613112+PaulGalm@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:47:58 +0200 Subject: [PATCH] Update menu.sh RiverRaid to Riverraid --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index ea2d762..5c04e95 100644 --- a/menu.sh +++ b/menu.sh @@ -72,7 +72,7 @@ game_menu() { local menu_options=() local i=1 # Populate the Menu with the Games - declare -a games=("BankHeist" "BattleZone" "Boxing" "Breakout" "Carnival" "ChopperCommand" "DonkeyKong" "FishingDerby" "Freeway" "Frostbite" "Kangaroo" "MontezumaRevenge" "MsPacman" "Pong" "RiverRaid" "Seaquest" "Skiing" "SpaceInvaders" "Tennis") + declare -a games=("BankHeist" "BattleZone" "Boxing" "Breakout" "Carnival" "ChopperCommand" "DonkeyKong" "FishingDerby" "Freeway" "Frostbite" "Kangaroo" "MontezumaRevenge" "MsPacman" "Pong" "Riverraid" "Seaquest" "Skiing" "SpaceInvaders" "Tennis") #show_infobox "${#games[@]}" length=${#games[@]}