Page 1 of 1

[1.4.8] Bug : Heretic - Lava Balls

Posted: Thu May 06, 2010 17:02
by RaVeN
In heretic game lava balls (that we see in map e2m3) when flying - not rotating
Comparing to Vanilla Heretic it must be rotating.

Re: [1.4.8] Bug : Heretic - Lava Balls

Posted: Thu May 06, 2010 17:54
by Gez
Verification made, it indeed lacked a state. Vanilla state table has this:

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
The DECORATE transcription of that second line is what was missing.

ZDoom will need the same fix, obviously.