Do not print the client build options when starting q2ded

This commit is contained in:
Yamagi Burmeister 2012-06-20 13:49:06 +02:00
parent b3f09db95c
commit 4fe877b5f6
1 changed files with 2 additions and 0 deletions

View File

@ -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);