Launcher: fix compiler error

Prototype changed in commit c261db243e7de0a57445ed9bb036238a7171e572.
This commit is contained in:
Kawe Mazidjatari 2024-04-17 22:07:00 +02:00
parent e197b7d12e
commit 9281bffad8

View File

@ -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();