From 56647fa47a9b115c0eae78f79184c3558464f5d8 Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Sun, 23 Sep 2018 15:10:36 +0500 Subject: [PATCH] Fixed utils compilation after 5f332283abf40a0c3815e07fcaa5cb5202e2bf6d --- src/utils/ETools/ETools.cpp | 2 +- src/utils/xrAI/xrAI.cpp | 2 +- src/utils/xrCompress/main.cpp | 2 +- src/utils/xrDO_Light/xrDO_Light.cpp | 2 +- src/utils/xrLC/xrLC.cpp | 2 +- src/utils/xrSE_Factory/xrSE_Factory.cpp | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/utils/ETools/ETools.cpp b/src/utils/ETools/ETools.cpp index 5db19bcf337..1ea115edbfc 100644 --- a/src/utils/ETools/ETools.cpp +++ b/src/utils/ETools/ETools.cpp @@ -10,7 +10,7 @@ BOOL APIENTRY DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved) switch (fdwReason) { case DLL_PROCESS_ATTACH: - //xrDebug::Initialize(false); + //xrDebug::Initialize(); //Core.Initialize("XRayEditorTools", 0, FALSE); // FPU::m64r (); break; diff --git a/src/utils/xrAI/xrAI.cpp b/src/utils/xrAI/xrAI.cpp index 46b9540f1fe..5660b78da26 100644 --- a/src/utils/xrAI/xrAI.cpp +++ b/src/utils/xrAI/xrAI.cpp @@ -162,7 +162,7 @@ void Startup(LPSTR lpCmdLine) int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { - xrDebug::Initialize(false); + xrDebug::Initialize(); Core.Initialize("xrAI"); Startup(lpCmdLine); diff --git a/src/utils/xrCompress/main.cpp b/src/utils/xrCompress/main.cpp index f9be973e0ac..8b641cbb3d1 100644 --- a/src/utils/xrCompress/main.cpp +++ b/src/utils/xrCompress/main.cpp @@ -7,7 +7,7 @@ extern int ProcessDifference(); int __cdecl main(int argc, char* argv[]) { - xrDebug::Initialize(false); + xrDebug::Initialize(); Core.Initialize("xrCompress", 0, FALSE); printf("\n\n"); diff --git a/src/utils/xrDO_Light/xrDO_Light.cpp b/src/utils/xrDO_Light/xrDO_Light.cpp index 3864d4a7f0b..03804528722 100644 --- a/src/utils/xrDO_Light/xrDO_Light.cpp +++ b/src/utils/xrDO_Light/xrDO_Light.cpp @@ -55,7 +55,7 @@ void Startup(LPSTR lpCmdLine) int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { - xrDebug::Initialize(false); + xrDebug::Initialize(); Core.Initialize("xrDO"); Startup(lpCmdLine); diff --git a/src/utils/xrLC/xrLC.cpp b/src/utils/xrLC/xrLC.cpp index e413bcb5e8e..76cee349d2d 100644 --- a/src/utils/xrLC/xrLC.cpp +++ b/src/utils/xrLC/xrLC.cpp @@ -131,7 +131,7 @@ void Startup(LPSTR lpCmdLine) int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { // Initialize debugging - xrDebug::Initialize(false); + xrDebug::Initialize(); Core.Initialize("xrLC"); if (strstr(Core.Params, "-nosmg")) diff --git a/src/utils/xrSE_Factory/xrSE_Factory.cpp b/src/utils/xrSE_Factory/xrSE_Factory.cpp index df30d0e8ceb..b2d95b9e368 100644 --- a/src/utils/xrSE_Factory/xrSE_Factory.cpp +++ b/src/utils/xrSE_Factory/xrSE_Factory.cpp @@ -38,7 +38,7 @@ BOOL APIENTRY DllMain(HANDLE module_handle, DWORD call_reason, LPVOID reserved) { case DLL_PROCESS_ATTACH: { - //xrDebug::Initialize(false); + //xrDebug::Initialize(); //Core.Initialize("xrSE_Factory", nullptr, true, "fsfactory.ltx"); string_path SYSTEM_LTX; FS.update_path(SYSTEM_LTX, "$game_config$", "system.ltx");