- added option to show hub and episode names on the alt HUD.

Still very much work in progress because few mods have set this up.
CVARs default to off and are not exposed to the menu.
This commit is contained in:
Christoph Oelckers 2022-10-26 00:22:23 +02:00
commit 6eab875ec2
6 changed files with 66 additions and 7 deletions

View file

@ -31,10 +31,6 @@
#include <direct.h>
#endif
#ifdef HAVE_FPU_CONTROL
#include <fpu_control.h>
#endif
#if defined(__unix__) || defined(__APPLE__)
#include <unistd.h>
#endif