mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Merge pull request #166 from Kreeblah/descent3_macos_build_label
Update build label for appropriate *NIX platform
This commit is contained in:
commit
9ff3bd2e53
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user