Codechange: make ChunkType scoped

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