MantisBT - Zandronum
View Issue Details
0002804Zandronum[All Projects] Bugpublic2016-08-14 21:372016-08-17 22:32
Empyre 
Dusk 
normalminoralways
closedinvalid 
MicrosoftWindows 10XP/Vista/7
2.1 
 
0002804: Instagib shots no longer penetrate.
On my server, I am running rifleinstagibv4 and firleinstagibextra:
'http://doom.dogsoft.net/download.php?h=499e69d5365ed132be964f85242dbc3d&f=Unsorted%20Uploads/R/rifleinstagibv4.zip [^]'
'http://doom.dogsoft.net/download.php?h=6595b10a0013492f75c3f9c7176717b3&f=Unsorted%20Uploads/R/rifleinstagibextra.zip [^]'
When I shoot an enemy with another enemy behind it, only the one in front dies. I earlier versions of Zandronum, the shot would penetrate through multiple enemies, killing them. Since the wad hasn't changed, it must be Zandronum that has changed.
Load rifleinstagibv4.wad and line up a shot so an enemy is behind another and observe that only the one in front dies. I don't know if rifleinstagibextra.wad is needed to reproduce this, so I included a link to it, too.
No tags attached.
Issue History
2016-08-14 21:37EmpyreNew Issue
2016-08-17 22:32DuskNote Added: 0015460
2016-08-17 22:32DuskStatusnew => closed
2016-08-17 22:32DuskAssigned To => Dusk
2016-08-17 22:32DuskResolutionopen => invalid
2016-08-17 22:32DuskNote Edited: 0015460bug_revision_view_page.php?bugnote_id=15460#r9406

Notes
(0015460)
Dusk   
2016-08-17 22:32   
You are passing 2, i.e. RGF_NOPIERCING to the flags field. So you are expressly telling it not to pierce. Earlier Zandronum versions probably simply did not have this flag. Not a bug.

And this is why you use flag names, not numeric values.