Correct a message.

This commit is contained in:
Eric S. Raymond 2017-06-17 11:09:40 -04:00
parent a0a35d8c7b
commit 13f2e85535

View file

@ -814,7 +814,7 @@ static int reservoir(void)
/* Z'ZZZ (word gets recomputed at startup; different each game). */ /* Z'ZZZ (word gets recomputed at startup; different each game). */
{ {
if (!AT(RESER) && game.loc != game.fixed[RESER]-1) { if (!AT(RESER) && game.loc != game.fixed[RESER]-1) {
RSPEAK(RUB_NOGO); RSPEAK(NOTHING_HAPPENS);
return GO_CLEAROBJ; return GO_CLEAROBJ;
} else { } else {
PSPEAK(RESER,game.prop[RESER]+1); PSPEAK(RESER,game.prop[RESER]+1);