Refactor assembly_editor.cc, dungeon_editor.h, and overworld_editor.cc

This commit is contained in:
scawful
2024-08-25 14:46:54 -04:00
parent d5650c8bb6
commit 36cc07525b
3 changed files with 4 additions and 6 deletions

View File

@@ -99,7 +99,6 @@ class DungeonEditor : public Editor,
bool object_loaded_ = false;
bool palette_showing_ = false;
bool refresh_graphics_ = false;
bool show_object_render_ = false;
uint16_t current_entrance_id_ = 0;
uint16_t current_room_id_ = 0;