X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=misc.c;h=7a86b9f2a1682d104d64819d9e62dd899b51b953;hb=da883d53c09875635a9be1730371bebdaf9ef262;hp=a59ed5ff9a5e9b9f512f78f3dbcc005172b27348;hpb=46bb20deb3fa90a2675c89e254560f401f666493;p=open-adventure.git diff --git a/misc.c b/misc.c index a59ed5f..7a86b9f 100644 --- a/misc.c +++ b/misc.c @@ -196,7 +196,7 @@ bool GETIN(FILE *input, (junk > 0); if (GETTXT(true,true,true) <= 0) return true; - RSPEAK(53); + RSPEAK(ARB_53); } } @@ -217,7 +217,7 @@ long YES(FILE *input, vocab_t x, vocab_t y, vocab_t z) RSPEAK(z); return false; } - RSPEAK(185); + RSPEAK(ARB_185); } }