mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 19:11:30 +00:00
Adjust version strings
This commit is contained in:
parent
31b88c5195
commit
dac15d2283
1 changed files with 2 additions and 2 deletions
|
|
@ -3435,9 +3435,9 @@ static void Command_Version_f(void)
|
|||
|
||||
// OS
|
||||
// Would be nice to use SDL_GetPlatform for this
|
||||
#if defined(_WIN32)
|
||||
#if defined(_WINDOWS)
|
||||
CONS_Printf("Windows ");
|
||||
#elif defined(LINUX)
|
||||
#elif defined(__linux__)
|
||||
CONS_Printf("Linux ");
|
||||
#elif defined(MACOSX)
|
||||
CONS_Printf("macOS" );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue