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