mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 16:07:40 +00:00
Merge branch 'master' of https://github.com/Gaerzi/zdoom
This commit is contained in:
commit
3fe8dbf660
1 changed files with 1 additions and 0 deletions
|
@ -696,6 +696,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);
|
||||||
|
|
Loading…
Reference in a new issue