Code: Select all
if (strength < BLAST_FULLSTRENGTH && tracer == source)
Code: Select all
if (strength == BLAST_FULLSTRENGTH && tracer == source)
Moderator: GZDoom Developers
Code: Select all
if (strength < BLAST_FULLSTRENGTH && tracer == source)
Code: Select all
if (strength == BLAST_FULLSTRENGTH && tracer == source)
Return to “Closed Bugs [GZDoom]”
Powered by phpBB® Forum Software © phpBB Limited
Prosilver Dark Edition by Premium phpBB Styles