mirror of
https://github.com/SWG-Source/client-tools.git
synced 2026-01-15 22:04:32 -05:00
Fix format of commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user