mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
Hexen too.
This commit is contained in:
parent
e5578934ad
commit
8e3360453f
1 changed files with 3 additions and 0 deletions
|
@ -1840,6 +1840,9 @@ void P_LoadThings2 (MapData * map)
|
|||
mti[i].flags &= ~(MTF_SKILLMASK|MTF_CLASS_MASK);
|
||||
mti[i].Conversation = 0;
|
||||
mti[i].gravity = FRACUNIT;
|
||||
mti[i].RenderStyle = STYLE_Count;
|
||||
mti[i].alpha = -1;
|
||||
mti[i].health = 1;
|
||||
}
|
||||
delete[] mtp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue