Magic-number elimination.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index 72c40f39f2ce3aeea0679d8d45258c3f8e028bb5..4a92f00835d3f4c616b50fe95ae1b4d7f6c7b670 100644 (file)
--- 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 */