Comment typo fixes.
[open-adventure.git] / actions.c
index 05377ffed9bd8ccfe018adfe735e13b66cdb17be..8b3891baff5ef89f09a56804b708b6110c6b577a 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -230,8 +230,11 @@ static phase_codes_t bigwords(vocab_t id)
             return GO_CLEAROBJ;
         }
     } else {
-       /* Magic-word sequebce was started but is incorrect */
-       rspeak(START_OVER);
+       /* Magic-word sequence was started but is incorrect */
+       if (settings.oldstyle || game.seenbigwords)
+           rspeak(START_OVER);
+       else
+           rspeak(WELL_POINTLESS);
         game.foobar = WORD_EMPTY;
         return GO_CLEAROBJ;
     }