summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 92984e860c..44852ac7ee 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -619,6 +619,8 @@ enum command_type
CMD_TARGET_WIZARD_GIVE_ITEM,
CMD_TARGET_WIZARD_MOVE,
CMD_TARGET_WIZARD_PATHFIND,
+ CMD_TARGET_WIZARD_GAIN_LEVEL,
+ CMD_TARGET_WIZARD_MISCAST,
CMD_TARGET_MOUSE_MOVE,
CMD_TARGET_MOUSE_SELECT,
CMD_TARGET_HELP,
@@ -1428,6 +1430,8 @@ enum entry_cause_type
EC_GOD_RETRIBUTION,
EC_GOD_ACT, // Xom sending the player somewhere for amusement.
EC_MONSTER,
+ EC_TRAP, // Zot traps
+ EC_ENVIRONMENT, // Hell effects.
NUM_ENTRY_CAUSE_TYPES
};