hedgewars/hwengine.pas
changeset 14865 259840ca77e3
parent 14813 9443dc6663ba
child 14901 63357ed39886
equal deleted inserted replaced
14864:8d65728c4ed0 14865:259840ca77e3
   661 {$IFDEF PAS2C}
   661 {$IFDEF PAS2C}
   662     // workaround for pascal's ParamStr and ParamCount
   662     // workaround for pascal's ParamStr and ParamCount
   663     init(argc, argv);
   663     init(argc, argv);
   664 {$ENDIF}
   664 {$ENDIF}
   665 {$IFNDEF PAS2C}
   665 {$IFNDEF PAS2C}
   666     // Custom procedure for unhandled exceptions; ExceptProc is used by sysutils module
   666     // Custom procedure for unhandled exceptions; ExceptProc is used by SysUtils module
   667     ExceptProc:= @catchUnhandledException;
   667     ExceptProc:= @catchUnhandledException;
   668 {$ENDIF}
   668 {$ENDIF}
   669 
   669 
   670     preInitEverything();
   670     preInitEverything();
   671 
   671