make editing special items a mode

This commit is contained in:
2025-06-12 09:07:21 -05:00
parent 47b9ee9e3b
commit 854f18ff9e
4 changed files with 36 additions and 23 deletions

View File

@@ -82,6 +82,8 @@ enum eScenMode {
MODE_INTRO_SCREEN = 61,
MODE_EDIT_TYPES = 62, // currently only used for editing terrain, but I'd like to use it for editing monsters and items too.
MODE_EDIT_SPECIALS = 63, // editing a LIST of specials, not to be confused with MODE_EDIT_SPECIAL singular
MODE_EDIT_SPECIAL_ITEMS = 64,
};
enum eDrawMode {