Skip to content

Commit

Permalink
Remove unused cg variables
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmodel committed Dec 8, 2024
1 parent 3897a44 commit b58f031
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/client/cl_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3620,14 +3620,6 @@ void CL_Init( void ) {
Cvar_Get ("dm_playermodel", "american_army", CVAR_USERINFO | CVAR_ARCHIVE );
Cvar_Get ("dm_playergermanmodel", "german_wehrmacht_soldier", CVAR_USERINFO | CVAR_ARCHIVE );

Cvar_Get ("cg_predictItems", "1", CVAR_USERINFO | CVAR_ARCHIVE );


// cgame might not be initialized before menu is used
Cvar_Get ("cg_viewsize", "100", CVAR_ARCHIVE );

Cvar_Get ("cg_running", "0", CVAR_ROM );

//
// register our commands
//
Expand Down

0 comments on commit b58f031

Please sign in to comment.