changeset 14865 | 259840ca77e3 |
parent 14813 | 9443dc6663ba |
child 14901 | 63357ed39886 |
--- 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}