mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-29 15:51:45 +00:00
Do not print the client build options when starting q2ded
This commit is contained in:
parent
b3f09db95c
commit
4fe877b5f6
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ main ( int argc, char **argv )
|
||||||
printf( "\nYamagi Quake II v%4.2f\n", VERSION);
|
printf( "\nYamagi Quake II v%4.2f\n", VERSION);
|
||||||
printf( "=====================\n\n");
|
printf( "=====================\n\n");
|
||||||
|
|
||||||
|
#ifndef DEDICATED_ONLY
|
||||||
printf("Client build options:\n");
|
printf("Client build options:\n");
|
||||||
#ifdef CDA
|
#ifdef CDA
|
||||||
printf(" + CD audio\n");
|
printf(" + CD audio\n");
|
||||||
|
@ -91,6 +92,7 @@ main ( int argc, char **argv )
|
||||||
printf(" + Zip file support\n");
|
printf(" + Zip file support\n");
|
||||||
#else
|
#else
|
||||||
printf(" - Zip file support\n");
|
printf(" - Zip file support\n");
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf("Platform: %s\n", BUILDSTRING);
|
printf("Platform: %s\n", BUILDSTRING);
|
||||||
|
|
Loading…
Reference in a new issue