-
- Downloads
Fix A_VileFire calls made from A_VileTarget
A_VileTarget doesn't set var1 or var2 when calling A_VileFire, so the arguments are undefined. This change calls the action with {integer(0), integer(0)}, which makes it act like the original A_Fire from Doom
Loading
Please register or sign in to comment