MAPLIN is no longer called during setup phase.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index cccf182b965d537aab3fd4109093cb982bfb1881..2c8855fcbfd3f6968c8f564b0ab80e1310c79bef 100644 (file)
--- 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));