diff --git a/include/constants/dungeon_action.h b/include/constants/dungeon_action.h index 57f68dca6..bd209b2d0 100644 --- a/include/constants/dungeon_action.h +++ b/include/constants/dungeon_action.h @@ -1,7 +1,7 @@ #ifndef GUARD_CONSTANTS_DUNGEON_ACTION_H #define GUARD_CONSTANTS_DUNGEON_ACTION_H -enum Action +enum DungeonAction { ACTION_NOTHING = 0x0, ACTION_PASS_TURN = 0x1,