[1.4.8] Bug : Heretic - Lava Balls

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
RaVeN
Posts: 45
Joined: Fri Nov 06, 2009 12:21
Location: Ukraine
Contact:

[1.4.8] Bug : Heretic - Lava Balls

Post 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.
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: [1.4.8] Bug : Heretic - Lava Balls

Post 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.
Locked

Return to “Closed Bugs”