diff --git a/usr/local/bin/game_launcher.py b/usr/local/bin/game_launcher.py index 40e5197..41b3ed8 100755 --- a/usr/local/bin/game_launcher.py +++ b/usr/local/bin/game_launcher.py @@ -1028,8 +1028,8 @@ if __name__ == "__main__": menu.add_item("Arcade", "Toy Mania", "GAME='Toy Mania' startx") menu.add_item("Arcade", "Villains From Beyond", "GAME='Villains From Beyond' startx") menu.add_item("Arcade", "Wicked Quest", "GAME='Wicked Quest' startx") - menu.add_item("Arcade", menu.get_display_name("Wreckingball", "wreckingball"), "GAME='Wreckingball' startx") - menu.add_item("Arcade", menu.get_display_name("Wreckingball (Pulped)", "wreckingball-pulped"), "GAME='Wreckingball (Pulped)' startx") + menu.add_item("Arcade", "Wreckingball", "GAME='Wreckingball' startx") + menu.add_item("Arcade", "Wreckingball (Pulped)", "GAME='Wreckingball (Pulped)' startx") menu.add_item("Arcade", "Zombowl", "GAME='Zombowl' startx") # Add board and card games section