X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_main.pas;h=8142dd83c30f7c1fd14b4a28fe650aec0769415a;hp=9fadc1beddc6e0c68f2e36ae6ecb39f3e0693985;hb=027ace8eccb0dc4c1d5ff8796b238d5b1fbbcfed;hpb=a03027407f9093e939012eb29fe12a574518268c diff --git a/src/game/g_main.pas b/src/game/g_main.pas index 9fadc1b..8142dd8 100644 --- a/src/game/g_main.pas +++ b/src/game/g_main.pas @@ -436,6 +436,8 @@ begin e_InitWritelnDriver(); e_WriteLog('Doom 2D: Forever version ' + GAME_VERSION + ' proto ' + IntToStr(NET_PROTOCOL_VER), TMsgType.Notify); e_WriteLog('Build date: ' + GAME_BUILDDATE + ' ' + GAME_BUILDTIME, TMsgType.Notify); + e_WriteLog('Build hash: ' + g_GetBuildHash(), TMsgType.Notify); + e_WriteLog('Build by: ' + g_GetBuilderName(), TMsgType.Notify); e_LogWritefln('Force bin dir: %s', [forceBinDir], TMsgType.Notify); e_LogWritefln('BINARY PATH: [%s]', [binPath], TMsgType.Notify);