Codechange: make ChunkType scoped

This commit is contained in:
Rubidium
2026-06-28 21:07:12 +02:00
committed by rubidium42
parent b7d07252e7
commit a76ba0d3d4
39 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ static const SaveLoad _object_desc[] = {
};
struct OBJSChunkHandler : ChunkHandler {
OBJSChunkHandler() : ChunkHandler('OBJS', CH_TABLE) {}
OBJSChunkHandler() : ChunkHandler('OBJS', ChunkType::Table) {}
void Save() const override
{