X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.py;h=08377bea38bcd2956ba158391b0482e04bc5b845;hp=89715b4ee01afa239baeac14d639bb24782deda0;hb=972cea516e66fb65c86f084103f583d1c51941ef;hpb=895bc8ef9596292d30c0457bea95b3d54e188815 diff --git a/sst.py b/sst.py index 89715b4..08377be 100755 --- a/sst.py +++ b/sst.py @@ -5508,8 +5508,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":