Rename newspeak() to speak().

This commit is contained in:
Jason S. Ninneman 2017-06-18 10:06:14 -07:00
parent 704b86afbb
commit 672ef17d4c
4 changed files with 8 additions and 8 deletions

View file

@ -121,7 +121,7 @@ void terminate(enum termination mode)
RSPEAK(TOTAL_SCORE);
for (long i = 1; i <= (long)CLSSES; i++) {
if (CVAL[i] >= points) {
newspeak(class_messages[i]);
speak(class_messages[i]);
i = CVAL[i] + 1 - points;
SETPRM(1, i, i);
RSPEAK(NEXT_HIGHER);