Skip to content

Commit

Permalink
Small change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Aug 8, 2023
1 parent 6e5b89f commit 2e96c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/racer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ void checkKeys()
if (gameRun)
{
// P:
if (KEYS[SDLK_p] || KEYS[SDLK_RETURN])
if (KEYS[SDLK_p])
{
if (!pauseKey)
{
Expand Down

0 comments on commit 2e96c7c

Please sign in to comment.