From 8777a22412f013a0dfdb3b04f0944a4d4a265909 Mon Sep 17 00:00:00 2001 From: Erusman Date: Tue, 7 Sep 2021 20:20:53 -0700 Subject: [PATCH] Fix format of commit --- .../client/application/SwgClient/src/win32/ClientMain.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/game/client/application/SwgClient/src/win32/ClientMain.cpp b/src/game/client/application/SwgClient/src/win32/ClientMain.cpp index 5552f5755..bc48e6cfa 100644 --- a/src/game/client/application/SwgClient/src/win32/ClientMain.cpp +++ b/src/game/client/application/SwgClient/src/win32/ClientMain.cpp @@ -157,11 +157,11 @@ int ClientMain( data.windowSmallIcon = LoadIcon(hInstance, MAKEINTRESOURCE(IDI_ICON2)); data.hInstance = hInstance; data.commandLine = lpCmdLine; - #if DEBUG_LEVEL DEBUG_LEVEL_DEBUG +#if DEBUG_LEVEL DEBUG_LEVEL_DEBUG data.configFile = "client_d.cfg"; - #else +#else data.configFile = "client.cfg"; - #endif +#endif data.clockUsesSleep = true; data.minFrameRate = 1.f; data.frameRateLimit = 144.f;