rocksndiamonds-3.3.1.2
[rocksndiamonds.git] / src / init.c
index b1e9920e12b718e49e99f46064c3777aa80959e4..a7ad871bdd019d4735d66077a01e15b24fbebabd 100644 (file)
@@ -6498,7 +6498,8 @@ void CloseAllAndExit(int exit_value)
     SaveLevelSetup_LastSeries_Deactivate();
 
     /* tell user where to find error log file which may contain more details */
-    NotifyUserAboutErrorFile();
+    // (error notification now directly displayed on screen inside R'n'D
+    // NotifyUserAboutErrorFile();     /* currently only works for Windows */
   }
 
   exit(exit_value);