X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=a7ad871bdd019d4735d66077a01e15b24fbebabd;hb=refs%2Fheads%2Freleases;hp=b1e9920e12b718e49e99f46064c3777aa80959e4;hpb=4de46eb5a7645e7058bb09e1ff9b3f1e7be54b49;p=rocksndiamonds.git 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);