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
Moderator: GZDoom Developers
Code: Select all
//ZScript
BEXP D 5 Bright A_Explode
//Doom source
{SPR_BEXP,32771,10,{A_Explode},S_BEXP5,0,0}, // S_BEXP4