Hexen also needs to init 0 fields.

This commit is contained in:
Gaerzi 2014-04-15 17:22:56 +02:00
parent 8e3360453f
commit 6f2fd8edbf
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}