Skip to content

Commit

Permalink
Enable always running by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes committed Jul 4, 2024
1 parent a48b4a2 commit 50b4fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/g_game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int lookspeed[2] = {450, 512};

#define SLOWTURNTICS 6

CVAR (Bool, cl_run, false, CVAR_GLOBALCONFIG|CVAR_ARCHIVE) // Always run?
CVAR (Bool, cl_run, true, CVAR_GLOBALCONFIG|CVAR_ARCHIVE) // Always run?
CVAR (Bool, freelook, true, CVAR_GLOBALCONFIG|CVAR_ARCHIVE) // Always mlook?
CVAR (Bool, lookstrafe, false, CVAR_GLOBALCONFIG|CVAR_ARCHIVE) // Always strafe with mouse?
CVAR (Float, m_forward, 1.f, CVAR_GLOBALCONFIG|CVAR_ARCHIVE)
Expand Down

0 comments on commit 50b4fda

Please sign in to comment.