luciusDXL / TheForceEngine

Modern "Jedi Engine" replacement supporting Dark Forces, mods, and in the future Outlaws.
https://TheForceEngine.github.io
GNU General Public License v2.0
978 stars 71 forks source link

Fix linux build #331

Closed maxz closed 1 year ago

maxz commented 1 year ago

The cstring header was missing in screenDrawGPU.cpp so the compiler could not find the memcpy function and there was a possible format string bug waiting in accessibility.cpp.

maxz commented 1 year ago

Possibly also fixes #327, although I'm not sure about that yet.

devusb commented 1 year ago

This fixed #326 for me on NixOS, but I still get #327 when trying to run it.

luciusDXL commented 1 year ago

These changes were already made in different PRs/submits. So I'm closing the PR.

maxz commented 1 year ago

Next time you might want to merge the changes in order of creation. It's a bit demotivating / feels like I wasted my time to just see the PR closed when fixing the things first.