From eef600a80943f376f21d1fcd6174aaee2b92e4bb Mon Sep 17 00:00:00 2001 From: Squid Coder Date: Sat, 29 Mar 2025 18:20:29 -0500 Subject: [PATCH] Update ContentLoader.cpp --- ContentLoader.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ContentLoader.cpp b/ContentLoader.cpp index 54db634b..22c8cf44 100644 --- a/ContentLoader.cpp +++ b/ContentLoader.cpp @@ -518,6 +518,8 @@ const char *lookupBuildingSubtype(int main_type, int i) return enum_item_key_str((df::workshop_type)i); case building_type::Trap: return enum_item_key_str((df::trap_type)i); + case building_type::Civzone: + return enum_item_key_str((df::civzone_type)i); default: return "UnhandledType"; }