Sound playing issue with A_ThrowGrenade

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
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Sound playing issue with A_ThrowGrenade

Post by Blue Shadow »

Tested with: 4.1.2 (64-bit)
Pull request to a fix


A_ThrowGrenade plays the calling actor's spawn sound instead of the "grenade" actor's own. This bug was introduced when A_ThrowGrenade was scriptified; the call to PlaySpawnSound() wasn't converted correctly. This is the call to PlaySpawnSound prior to A_ThrowGrenade's scriptification.
_mental_
 
 
Posts: 3812
Joined: Sun Aug 07, 2011 4:32 am

Re: Sound playing issue with A_ThrowGrenade

Post by _mental_ »

Merged in b026b7a.
Post Reply

Return to “Closed Bugs [GZDoom]”