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);