The main loop of the engine thread is moved to a place in the code
where future changes would require fewer forward calls to other routines.
}\r
}\r
\r
-void *\r
-Engine2GUI()\r
-{\r
- if(fromF = fopen("DefectiveEngineOptions.ini", "r")) printf("# fake engine input\n");\r
- HandleEngineOutput();\r
-}\r
-\r
void\r
Move4Engine(char *m)\r
{\r
return 0;\r
}\r
\r
+void *\r
+Engine2GUI()\r
+{\r
+ if(fromF = fopen("DefectiveEngineOptions.ini", "r")) printf("# fake engine input\n");\r
+ HandleEngineOutput();\r
+}\r
+\r
int\r
StartEngine(char *cmdLine, char *dir)\r
{\r