From 59674db078a838165a9818f6e892f058370c6342 Mon Sep 17 00:00:00 2001 From: Mateon1 Date: Wed, 25 Sep 2024 12:22:08 +0200 Subject: [PATCH] Rename dungeon enum Action to not collide with script Action --- include/constants/dungeon_action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,