mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +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
|
// OS
|
||||||
// Would be nice to use SDL_GetPlatform for this
|
// Would be nice to use SDL_GetPlatform for this
|
||||||
#if defined(_WIN32)
|
#if defined(_WINDOWS)
|
||||||
CONS_Printf("Windows ");
|
CONS_Printf("Windows ");
|
||||||
#elif defined(LINUX)
|
#elif defined(__linux__)
|
||||||
CONS_Printf("Linux ");
|
CONS_Printf("Linux ");
|
||||||
#elif defined(MACOSX)
|
#elif defined(MACOSX)
|
||||||
CONS_Printf("macOS" );
|
CONS_Printf("macOS" );
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue