mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Launcher: fix compiler error
Prototype changed in commit c261db243e7de0a57445ed9bb036238a7171e572.
This commit is contained in:
parent
e197b7d12e
commit
9281bffad8
@ -435,7 +435,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int sw)
|
||||
if (__argc < 2)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
Console_Init(true, true);
|
||||
Console_Init(true);
|
||||
#endif // _DEBUG
|
||||
SDKLauncher()->Init();
|
||||
SDKLauncher()->RunSurface();
|
||||
|
Loading…
x
Reference in New Issue
Block a user