From: Eric S. Raymond Date: Tue, 6 Jun 2017 11:52:07 +0000 (-0400) Subject: MAPLIN is no longer called during setup phase. X-Git-Tag: 1.1~606 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=1445c7ebccf77d60b3a9dca6549731427eb4ba81 MAPLIN is no longer called during setup phase. --- diff --git a/misc.c b/misc.c index cccf182..2c8855f 100644 --- a/misc.c +++ b/misc.c @@ -735,7 +735,7 @@ long I, VAL; if(MAP2[1] == 0)MPINIT(); - if (!oldstyle && SETUP && OPENED == stdin) + if (!oldstyle && OPENED == stdin) fputs("> ", stdout); do { IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED));