Fix for GitLab issue #37: prompt incorrectly handled.
[open-adventure.git] / advent.h
index fbdd580e4dd2b73220f730ac65fba556fd7157a8..321e0363417c332f079e4a00da1ad0cb930eaa98 100644 (file)
--- a/advent.h
+++ b/advent.h
@@ -107,6 +107,9 @@ enum phase_codes {
     GO_MOVE,
     GO_TOP,
     GO_CLEAROBJ,
+    GO_CHECKHINT,
+    GO_CHECKFOO,
+    GO_LOOKUP,
     GO_WORD2,
     GO_UNKNOWN,
     GO_DWARFWAKE,