if (!oldstyle && SETUP && OPENED == stdin)
fputs("> ", stdout);
do {
- IGNORE(fgets(rawbuf,sizeof(INLINE)-1,OPENED));
+ IGNORE(fgets(rawbuf,sizeof(rawbuf)-1,OPENED));
} while
- (!feof(OPENED) && INLINE[1] == '#');
+ (!feof(OPENED) && rawbuf[0] == '#');
if (feof(OPENED)) {
if (logfp && OPENED == stdin)
fclose(logfp);
Welcome to Adventure!! Would you like instructions?
-> ##First death by jump into fissure
-
-Please stick to 1- and 2-word commands.
-
> n
You are standing at the end of a road before a small brick building.
Welcome to Adventure!! Would you like instructions?
-> ## Dwarf appears in soutth side chamber, where the coins are.
-
-Please stick to 1- and 2-word commands.
-
> n
You are standing at the end of a road before a small brick building.
Welcome to Adventure!! Would you like instructions?
-> ##Just straight quit.
-
-Please stick to 1- and 2-word commands.
-
> n
You are standing at the end of a road before a small brick building.