X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=2c8855fcbfd3f6968c8f564b0ab80e1310c79bef;hb=1445c7ebccf77d60b3a9dca6549731427eb4ba81;hp=cccf182b965d537aab3fd4109093cb982bfb1881;hpb=3a1a3eb774bc246e8b83c6aa93e33c57eec73012;p=open-adventure.git 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));