|
|
@ -220,10 +220,11 @@ bool AppInit2(int argc, char* argv[]) |
|
|
|
fServer = GetBoolArg("-server"); |
|
|
|
fServer = GetBoolArg("-server"); |
|
|
|
|
|
|
|
|
|
|
|
/* force fServer when running without GUI */ |
|
|
|
/* force fServer when running without GUI */ |
|
|
|
|
|
|
|
#if 0 |
|
|
|
#ifndef GUI |
|
|
|
#ifndef GUI |
|
|
|
fServer = true; |
|
|
|
fServer = true; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
|
fPrintToConsole = GetBoolArg("-printtoconsole"); |
|
|
|
fPrintToConsole = GetBoolArg("-printtoconsole"); |
|
|
|
fPrintToDebugger = GetBoolArg("-printtodebugger"); |
|
|
|
fPrintToDebugger = GetBoolArg("-printtodebugger"); |
|
|
|
|
|
|
|
|
|
|
|