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

View File

@@ -546,8 +546,8 @@ msexit()
if (GUILaunched)
getreturn("to end");
synch_cursor();
#endif
getreturn_enabled = TRUE;
#endif
wait_synch();
return;
}