fix restart bug

This commit is contained in:
Jack Boyce
2021-03-09 10:52:04 -08:00
parent a5389e587c
commit a932507da6

View File

@@ -873,7 +873,10 @@ def end_game(won=False, quit=True, enterprise_killed=False):
# Entry point and main game loop
# -------------------------------------------------------------------------
def main():
global restart
f = {'NAV': navigation, 'SRS': short_range_scan, 'LRS': long_range_scan,
'PHA': phaser_control, 'TOR': photon_torpedoes, 'SHE': shield_control,
'DAM': damage_control, 'COM': computer, 'XXX': end_game}