Skip to content

Commit

Permalink
force 32bpp for Sven Co-op
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Sep 11, 2022
1 parent 666e983 commit 2956e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLi
if (!stricmp(szExeName, "svencoop.exe") && CommandLine()->CheckParm("-game") == NULL)
{
CommandLine()->AppendParm("-game", "svencoop");
CommandLine()->AppendParm("-32bpp", "");
}
if (stricmp(szExeName, "hl.exe") && CommandLine()->CheckParm("-game") == NULL)
{
Expand Down

0 comments on commit 2956e4b

Please sign in to comment.