hh79 / gzdoomvr

Classic Doom/Heretic/Hexen games in stereo 3D and VR; modified version of gzdoom.
GNU General Public License v3.0
125 stars 10 forks source link

Railgun attack needs to use weapon offset instead of head position #56

Open iAmErmac opened 3 years ago

iAmErmac commented 3 years ago

Functions like A_RailAttack or A_CustomRailgun uses head position to fire railgun attacks (ie. fires from head). It needs to fire from the weapon itself, ie. needs a fix to use weapon offset instead.