- scriptified Strife's flamethrower and grenade launcher.

This commit is contained in:
Christoph Oelckers 2016-11-29 14:12:39 +01:00
commit b625156df6
11 changed files with 487 additions and 469 deletions

View file

@ -1971,4 +1971,3 @@ sector_t *P_PointInSectorBuggy(double x, double y)
subsector_t *ssec = (subsector_t *)((BYTE *)node - 1);
return ssec->sector;
}