Skip to content

Commit

Permalink
Client: IN_StartupJoystick: Fix spam if SDL2 is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
tmp64 committed Oct 6, 2024
1 parent 42ec2e0 commit 3aa7e69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/client/inputw32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,7 @@ void IN_StartupJoystick(void)
if (!GetSDL()->IsGood())
{
gEngfuncs.Con_DPrintf("joystick not found -- SDL2 is required\n\n");
noJoy = true; // Don't spam
return;
}

Expand Down

0 comments on commit 3aa7e69

Please sign in to comment.