X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=59bb4e1fcf5126b76b0f2be2101843a8fd4f402a;hb=725105b4a24d245765d0f1c2f57e4014c6c7534b;hp=5edcc755389d593929cfac3da0eac26cefb37aa6;hpb=8613f0b3d941cacbcfde9a0a02f1bcd8f8d4e7b8;p=open-adventure.git diff --git a/main.c b/main.c index 5edcc75..59bb4e1 100644 --- a/main.c +++ b/main.c @@ -726,8 +726,7 @@ static void playermove( int motion) game.prop[TROLL] = TROLL_PAIDONCE; if (!TOTING(BEAR)) return; - rspeak(BRIDGE_COLLAPSE); - game.prop[CHASM] = BRIDGE_WRECKED; + state_change(CHASM, BRIDGE_WRECKED); game.prop[TROLL] = TROLL_GONE; drop(BEAR, game.newloc); game.fixed[BEAR] = IS_FIXED;