X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=5d763b98c33893238615f5f83b4f42aebde8b41d;hp=4c2fcdbad111c600cfe745544de3898eb95c09f4;hb=b86d4afd20fe109863c778d360eb1e9b6333db70;hpb=d9ddf4d80500271c1d6673648e8df2ea7968e897 diff --git a/actions.c b/actions.c index 4c2fcdb..5d763b9 100644 --- a/actions.c +++ b/actions.c @@ -228,13 +228,7 @@ static phase_codes_t bigwords(vocab_t id) } } else { fum: - if (game.loc == LOC_GIANTROOM || settings.oldstyle) { - rspeak(START_OVER); - } else { - /* This is new behavior in Open Adventure - sounds better when - * player isn't in the Giant Room. */ - rspeak(NOTHING_HAPPENS); - } + rspeak(START_OVER); game.foobar = WORD_EMPTY; return GO_CLEAROBJ; }