Meaningful shortnames for RSPEAK messages.
[open-adventure.git] / misc.c
diff --git a/misc.c b/misc.c
index 7a86b9f2a1682d104d64819d9e62dd899b51b953..445740b7270fc1d4366fa0abf46ecd30336ca91d 100644 (file)
--- 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(ARB_53);
+       RSPEAK(TWO_WORDS);
     }
 }
 
@@ -217,7 +217,7 @@ long YES(FILE *input, vocab_t x, vocab_t y, vocab_t z)
            RSPEAK(z);
            return false;
        }
-       RSPEAK(ARB_185);
+       RSPEAK(PLEASE_ANSWER);
     }
 }