- do floatification of the UDMF Health property as it should have been.
This commit is contained in:
parent
3700dea336
commit
4a87a598fb
7 changed files with 14 additions and 27 deletions
|
|
@ -518,7 +518,7 @@ public:
|
|||
th->Gravity = 1;
|
||||
th->RenderStyle = STYLE_Count;
|
||||
th->Alpha = -1;
|
||||
th->health = 1;
|
||||
th->Health = 1;
|
||||
th->FloatbobPhase = -1;
|
||||
sc.MustGetToken('{');
|
||||
while (!sc.CheckToken('}'))
|
||||
|
|
@ -746,7 +746,7 @@ public:
|
|||
break;
|
||||
|
||||
case NAME_Health:
|
||||
th->health = CheckInt(key);
|
||||
th->Health = CheckFloat(key);
|
||||
break;
|
||||
|
||||
case NAME_Score:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue