0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-22 10:51:56 +00:00
This commit is contained in:
Christoph Oelckers 2014-10-28 22:10:28 +01:00
commit 3fe8dbf660

View file

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