X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=784ae534320d0acb01224a1c7ef463d7af8a6007;hb=62ee15c892eb1cd1e0333ff8d83888765923e1b4;hp=6b617904046efb3bfb402615e431296c1eb96736;hpb=c68b92d9dab2976bcee4e695be459a0a3d0577e1;p=open-adventure.git diff --git a/misc.c b/misc.c index 6b61790..784ae53 100644 --- a/misc.c +++ b/misc.c @@ -16,10 +16,10 @@ void SPEAK(vocab_t N) { long BLANK, CASE, I, K, L, NEG, NPARMS, PARM, PRMTYP, STATE; /* Print the message which starts at LINES(N). Precede it with a blank line - * unless BLKLIN is false. */ + * unless game.blklin is false. */ if(N == 0)return; - BLANK=BLKLIN; + BLANK=game.blklin; K=N; NPARMS=1; L10: L=labs(LINES[K])-1; @@ -168,12 +168,12 @@ long JUNK; * WORD2 (chars 6 thru 10 in WORD2X), else WORD2 is -1. */ -L10: if(BLKLIN)TYPE0(); +L10: if(game.blklin)TYPE0(); MAPLIN(input); if (feof(input)) return false; WORD1=GETTXT(true,true,true); - if(BLKLIN && WORD1 < 0) goto L10; + if(game.blklin && WORD1 < 0) goto L10; WORD1X=GETTXT(false,true,true); L12: JUNK=GETTXT(false,true,true); if(JUNK > 0) goto L12;