X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=56297c0b6deb2caf8d45b4e37c40f691db1e57fd;hp=89715b4ee01afa239baeac14d639bb24782deda0;hb=dbceb736cc3d45591b5fc181150f81573f685072;hpb=895bc8ef9596292d30c0457bea95b3d54e188815 diff --git a/sst.py b/sst.py index 89715b4..56297c0 100755 --- a/sst.py +++ b/sst.py @@ -5496,6 +5496,8 @@ def setup(): if game.state.nscrem: prout(_(" YOU'LL NEED IT.")) waitfor() + clrscr() + setwnd(message_window) newqad() if len(game.enemies) - (thing == game.quadrant) - (game.tholian != None): game.shldup = True @@ -5508,8 +5510,9 @@ def choose(): game.tourn = game.length = 0 game.thawed = False game.skill = SKILL_NONE - if not scanner.inqueue: # Can start with command line options - proutn(_("Would you like a regular, tournament, or saved game? ")) + scanner.chew() +# if not scanner.inqueue: # Can start with command line options + proutn(_("Would you like a regular, tournament, or saved game? ")) scanner.next() if scanner.sees("tournament"): while scanner.next() == "IHEOL": @@ -5874,8 +5877,6 @@ def helpme(): def makemoves(): "Command-interpretation loop." - clrscr() - setwnd(message_window) while True: # command loop drawmaps(1) while True: # get a command