diff -r 8d65728c4ed0 -r 259840ca77e3 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Tue Apr 30 09:36:13 2019 -0400 +++ b/hedgewars/hwengine.pas Tue Apr 30 17:00:23 2019 +0200 @@ -663,7 +663,7 @@ init(argc, argv); {$ENDIF} {$IFNDEF PAS2C} - // Custom procedure for unhandled exceptions; ExceptProc is used by sysutils module + // Custom procedure for unhandled exceptions; ExceptProc is used by SysUtils module ExceptProc:= @catchUnhandledException; {$ENDIF}