slight cleanup of struct and documentation

This commit is contained in:
Seth Barberee
2024-01-01 16:27:53 -08:00
parent cac5877f76
commit 367bfdb81a
3 changed files with 4 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
#include "structs/dungeon_entity.h"
#include "structs/str_position.h"
#define MAX_ROOM_COUNT 24 // Empirical max, not sure if the code supports any more.
#define MAX_ROOM_COUNT 32 // Empirical max, not sure if the code supports any more.
#define CORRIDOR_ROOM 0xFF
enum TerrainType