mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +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( "=====================\n\n");
|
||||
|
||||
#ifndef DEDICATED_ONLY
|
||||
printf("Client build options:\n");
|
||||
#ifdef CDA
|
||||
printf(" + CD audio\n");
|
||||
|
@ -91,6 +92,7 @@ main ( int argc, char **argv )
|
|||
printf(" + Zip file support\n");
|
||||
#else
|
||||
printf(" - Zip file support\n");
|
||||
#endif
|
||||
#endif
|
||||
|
||||
printf("Platform: %s\n", BUILDSTRING);
|
||||
|
|
Loading…
Reference in a new issue