mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-16 17:01:39 +00:00
Input refactoring and version update
This commit is contained in:
parent
489d4bf351
commit
af90ecf395
3 changed files with 3 additions and 4 deletions
|
@ -448,8 +448,7 @@ RAZEXR_SRC_FILES := ${TOP_DIR}/RazeXR/RazeXR_OpenXR.cpp \
|
|||
${TOP_DIR}/RazeXR/mathlib.c \
|
||||
${TOP_DIR}/RazeXR/matrixlib.c \
|
||||
${TOP_DIR}/RazeXR/argtable3.c \
|
||||
${TOP_DIR}/RazeXR/OpenXRInput_MetaQuest.cpp \
|
||||
${TOP_DIR}/RazeXR/OpenXRInput_PicoXR.cpp
|
||||
${TOP_DIR}/RazeXR/OpenXRInput.cpp
|
||||
|
||||
SYSTEM_SOURCES = ${PLAT_POSIX_SOURCES} ${PLAT_SDL_SOURCES} ${PLAT_UNIX_SOURCES}
|
||||
|
||||
|
|
|
@ -158,7 +158,7 @@ void DrawVersionString ()
|
|||
|
||||
int textScale = active_con_scale(twod) * 3;
|
||||
|
||||
mysnprintf(buff, countof(buff), "Team Beef Presents - %s", RAZEXR_VERSIONSTR);
|
||||
mysnprintf(buff, countof(buff), "Team Beef Presents - %s (Raze ver. %s)", RAZEXR_VERSIONSTR, VERSIONSTR);
|
||||
DrawText(twod, ConFont, CR_WHITE, 0, 0, (char *) &buff[0],
|
||||
DTA_VirtualWidth, screen->GetWidth() / textScale,
|
||||
DTA_VirtualHeight, screen->GetHeight() / textScale,
|
||||
|
|
|
@ -44,7 +44,7 @@ const char *GetVersionString();
|
|||
|
||||
#define VERSIONSTR "1.7pre"
|
||||
|
||||
#define RAZEXR_VERSIONSTR "RazeXR 0.1.0"
|
||||
#define RAZEXR_VERSIONSTR "RazeXR 0.1.1"
|
||||
|
||||
// The version as seen in the Windows resource
|
||||
#define RC_FILEVERSION 1,6,9999,0
|
||||
|
|
Loading…
Reference in a new issue