X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=inline;f=src%2Feditor%2Ff_main.pas;h=b7e3dd36a663217c2c78d8166f2e32f606aae8cd;hb=7bc9ae2fc0204a6412aa1cb5f05f0ffa8d1870ac;hp=1d1d2ce5da316808b4db68c1e3fb168ed1ac12f8;hpb=53ee9bbf75ec69253d01f1b073ab2a82476cea7e;p=d2df-editor.git diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index 1d1d2ce..b7e3dd3 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -2650,7 +2650,6 @@ begin EditorDir := ExtractFilePath(Application.ExeName); - e_InitLog(EditorDir+'Editor.log', WM_NEWFILE); e_WriteLog('Doom 2D: Forever Editor version ' + EDITOR_VERSION, MSG_NOTIFY); e_WriteLog('Build date: ' + EDITOR_BUILDDATE + ' ' + EDITOR_BUILDTIME, MSG_NOTIFY); e_WriteLog('Build hash: ' + g_GetBuildHash(), MSG_NOTIFY);