fix: Adjust CMake configuration and improve room loading logic
- Indented the inclusion of the net library in CMake for better readability. - Updated room ID validation in DungeonEditorV2 to use a constant value for room limits. - Enhanced the LoadDoors, LoadTorches, LoadBlocks, and LoadPits methods in the Room class to include detailed logging and improved data handling from ROM, preparing for future implementations of door, torch, block, and pit loading.
This commit is contained in:
@@ -97,11 +97,11 @@ endif()
|
||||
include(app/core/core_library.cmake)
|
||||
include(app/gfx/gfx_library.cmake)
|
||||
include(app/gui/gui_library.cmake)
|
||||
include(app/net/net_library.cmake)
|
||||
include(app/net/net_library.cmake)
|
||||
include(app/zelda3/zelda3_library.cmake)
|
||||
include(app/editor/editor_library.cmake)
|
||||
|
||||
if(YAZE_BUILD_TESTS)
|
||||
if(YAZE_BUILD_TESTS AND NOT YAZE_MINIMAL_BUILD)
|
||||
include(app/test/test.cmake)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user