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

Patch invalid #include references #35

Closed dikonov closed 3 years ago

dikonov commented 3 years ago

It is impossible to compile gzdoomvr in Linux because some source files use windows reversed slashes in include paths. Here is a patch: gzdoomvr-buildfix.patch.txt

hh79 commented 3 years ago

Thanks, fixed