Barrel Explosion Animation is a few tics off

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
TheMightyHeracross
Posts: 2100
Joined: Sun Aug 18, 2013 9:41 am
Location: Philadelphia, PA

Barrel Explosion Animation is a few tics off

Post by TheMightyHeracross »

This is a very minor bug, but I don't know if it could mess with Dehacked patches or something.

The A_Explode frame on the barrel is 5 tics in GZDoom, but 10 tics in the vanilla game.

Code: Select all

    //ZScript
    BEXP D 5 Bright A_Explode

    //Doom source
    {SPR_BEXP,32771,10,{A_Explode},S_BEXP5,0,0},	// S_BEXP4
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49223
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Barrel Explosion Animation is a few tics off

Post by Graf Zahl »

fixed
Post Reply

Return to “Closed Bugs [GZDoom]”