Rename newspeak() to speak().
This commit is contained in:
parent
704b86afbb
commit
672ef17d4c
4 changed files with 8 additions and 8 deletions
2
score.c
2
score.c
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue