mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Missing break in case NAME_FillColor
This caused weirdness with invulnerable monsters when their fillcolor was changed.
This commit is contained in:
parent
7c3660087e
commit
65cb662678
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@ public:
|
|||
|
||||
case NAME_FillColor:
|
||||
th->fillcolor = CheckInt(key);
|
||||
break;
|
||||
|
||||
case NAME_Health:
|
||||
th->health = CheckInt(key);
|
||||
|
|
Loading…
Reference in a new issue