Merge pull request #166 from Kreeblah/descent3_macos_build_label

Update build label for appropriate *NIX platform
This commit is contained in:
Jeod 2024-04-23 17:18:09 -04:00 committed by GitHub
commit 9ff3bd2e53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -547,8 +547,15 @@ int main(int argc, char *argv[]) {
snprintf(game_version_buffer, sizeof(game_version_buffer),
"\n\n"
"Descent 3 Linux %s v%d.%d.%d%s\n"
"Descent 3 %s %s v%d.%d.%d%s\n"
"Copyright (C) 1999 Outrage Entertainment, Inc.\n",
#if defined(__APPLE__) && defined(__MACH__)
"macOS",
#else
"Linux",
#endif
#ifdef DEDICATED
"Dedicated Server",
#elif DEMO