diff --git a/src/p_udmf.cpp b/src/p_udmf.cpp index 6af777b36..926e65dcc 100644 --- a/src/p_udmf.cpp +++ b/src/p_udmf.cpp @@ -690,6 +690,7 @@ public: case NAME_FillColor: th->fillcolor = CheckInt(key); + break; case NAME_Health: th->health = CheckInt(key);