Missing break in case NAME_FillColor

This caused weirdness with invulnerable monsters when their fillcolor was changed.
This commit is contained in:
Gaerzi 2014-10-28 21:19:01 +01:00
parent 7c3660087e
commit 65cb662678

View file

@ -690,6 +690,7 @@ public:
case NAME_FillColor: case NAME_FillColor:
th->fillcolor = CheckInt(key); th->fillcolor = CheckInt(key);
break;
case NAME_Health: case NAME_Health:
th->health = CheckInt(key); th->health = CheckInt(key);