MS-DOS does not use getreturn_enabled

This commit is contained in:
Ray Chason
2018-05-23 21:44:42 -04:00
parent 2357cb3fc2
commit bd5743f758
+1 -1
View File
@@ -546,8 +546,8 @@ msexit()
if (GUILaunched) if (GUILaunched)
getreturn("to end"); getreturn("to end");
synch_cursor(); synch_cursor();
#endif
getreturn_enabled = TRUE; getreturn_enabled = TRUE;
#endif
wait_synch(); wait_synch();
return; return;
} }