Move from random message numbers to ARB_* symbols generate from YAML.
This commit is contained in:
parent
f38f286f39
commit
fef9657e3e
5 changed files with 191 additions and 189 deletions
4
misc.c
4
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue