X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=a7ad871bdd019d4735d66077a01e15b24fbebabd;hp=b1e9920e12b718e49e99f46064c3777aa80959e4;hb=07e47c9cc4c619ab000b1dd8d8b318eaf5bae3b3;hpb=4de46eb5a7645e7058bb09e1ff9b3f1e7be54b49 diff --git a/src/init.c b/src/init.c index b1e9920e..a7ad871b 100644 --- a/src/init.c +++ b/src/init.c @@ -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);