X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=main.c;h=4a92f00835d3f4c616b50fe95ae1b4d7f6c7b670;hp=72c40f39f2ce3aeea0679d8d45258c3f8e028bb5;hb=39a25f8ec79c2a6e0f25fb9060cdb932e3383905;hpb=d6dab20801dc0df6c998df927ae325a3dc34fee7 diff --git a/main.c b/main.c index 72c40f3..4a92f00 100644 --- a/main.c +++ b/main.c @@ -995,7 +995,7 @@ static bool do_command() rspeak(TAME_BEAR); speak(msg); if (FORCED(game.loc)) { - if (playermove(MOT_1)) + if (playermove(HERE)) return true; else continue; /* back to top of main interpreter loop */