From dbceb736cc3d45591b5fc181150f81573f685072 Mon Sep 17 00:00:00 2001 From: Stas P Date: Tue, 14 Dec 2010 19:43:14 +0300 Subject: [PATCH] set message_window earlier to avoid crash on startup. --- sst.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sst.py b/sst.py index 08377be..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 @@ -5875,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 -- 2.31.1