X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2FDoom2DF.dpr;h=a410545235488e6f622c29dc43437d8f9d9721a7;hp=3fbd82967e4ab008d93e2f75585f3aad9b4ddc49;hb=681c1fa10d6cc9999d4cd0a284723fa0a8f4dec6;hpb=fe33d1fc0a741a114c4dce122d81ae6ae345071f diff --git a/src/game/Doom2DF.dpr b/src/game/Doom2DF.dpr index 3fbd829..a410545 100644 --- a/src/game/Doom2DF.dpr +++ b/src/game/Doom2DF.dpr @@ -102,6 +102,7 @@ uses fmodtypes in '../lib/FMOD/fmodtypes.pas', {$ENDIF} BinEditor in '../shared/BinEditor.pas', + envvars in '../shared/envvars.pas', g_panel in 'g_panel.pas', g_language in 'g_language.pas', ImagingTypes, @@ -132,6 +133,6 @@ begin on E: Exception do e_WriteLog(Format(_lc[I_SYSTEM_ERROR_MSG], [E.Message]), MSG_FATALERROR); else - e_WriteLog(Format(_lc[I_SYSTEM_ERROR_UNKNOWN], [LongWord(ExceptAddr())]), MSG_FATALERROR); + e_WriteLog(Format(_lc[I_SYSTEM_ERROR_UNKNOWN], [NativeUInt(ExceptAddr())]), MSG_FATALERROR); end; end.