X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=1c3d334e937270c2db1b1a549292e8c11bf6c133;hp=b8a1154e56a005e7e79820cb3b32375bef05a0f0;hb=7f8f356151b0c8db0dbbf1c1896cc22630d6c774;hpb=64c9743370f5c2f03bfc8866c54dd84ed306a614 diff --git a/src/ctsim.cpp b/src/ctsim.cpp index b8a1154..1c3d334 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.26 2001/01/06 15:33:15 kevin Exp $ +** $Id: ctsim.cpp,v 1.27 2001/01/12 16:41:56 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -61,7 +61,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.26 2001/01/06 15:33:15 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.27 2001/01/12 16:41:56 kevin Exp $"; class CTSimApp* theApp = NULL; @@ -94,7 +94,8 @@ CTSimApp::OnInit() #ifdef HAVE_SETPRIORITY setpriority (PRIO_PROCESS, 0, 15); // set to low scheduling priority #endif - + + g_bRunningWXWindows = true; // process options while (1) { int c = getopt_long (argc, argv, "", ctsimOptions, NULL);