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
1 changed files with 1 additions and 0 deletions

View File

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