Skip to content

Commit

Permalink
Test cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshbrntt committed Aug 8, 2023
1 parent aceb65b commit 765f9da
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])
if (KEYS[SDLK_p] || KEYS[SDLK_RETURN])
{
if (!pauseKey)
{
Expand Down

0 comments on commit 765f9da

Please sign in to comment.