mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Hexen also needs to init 0 fields.
This commit is contained in:
parent
8e3360453f
commit
6f2fd8edbf
1 changed files with 1 additions and 0 deletions
|
@ -1843,6 +1843,7 @@ void P_LoadThings2 (MapData * map)
|
|||
mti[i].RenderStyle = STYLE_Count;
|
||||
mti[i].alpha = -1;
|
||||
mti[i].health = 1;
|
||||
mti[i].fillcolor = 0 = mti[i].scaleX = mti[i].scaleY = mti[i].score = 0;
|
||||
}
|
||||
delete[] mtp;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue