In heretic game lava balls (that we see in map e2m3) when flying - not rotating
Comparing to Vanilla Heretic it must be rotating.
[1.4.8] Bug : Heretic - Lava Balls
Moderator: Graf Zahl
- RaVeN
- Posts: 45
- Joined: Fri Nov 06, 2009 12:21
- Location: Ukraine
- Contact:
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: [1.4.8] Bug : Heretic - Lava Balls
Verification made, it indeed lacked a state. Vanilla state table has this:
The DECORATE transcription of that second line is what was missing.
ZDoom will need the same fix, obviously.
Code: Select all
{SPR_VFBL,0,4,A_BeastPuff,S_VOLCANOBALL2,0,0}, // S_VOLCANOBALL1
{SPR_VFBL,1,4,A_BeastPuff,S_VOLCANOBALL1,0,0}, // S_VOLCANOBALL2
ZDoom will need the same fix, obviously.