Correct a message.
authorEric S. Raymond <esr@thyrsus.com>
Sat, 17 Jun 2017 15:09:40 +0000 (11:09 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Sat, 17 Jun 2017 15:09:55 +0000 (11:09 -0400)
actions.c

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