Skip to content

Commit

Permalink
Update cg_main.c
Browse files Browse the repository at this point in the history
no these still aren't ready for primetime
  • Loading branch information
leilei- authored Apr 10, 2024
1 parent 99a5835 commit 2419368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/cgame/cg_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ static cvarTable_t cvarTable[] = {// bk001129
{ &cg_leiChibi, "cg_leiChibi", "0", CVAR_CHEAT}, // LEILEI
{ &cg_leiWidescreen, "cg_leiWidescreen", "1", CVAR_ARCHIVE}, // LEILEI
{ &cg_deathcam, "cg_deathcam", "1", CVAR_ARCHIVE}, // LEILEI
{ &cg_cameramode, "cg_cameramode", "0", CVAR_ARCHIVE}, // LEILEI
{ &cg_cameraEyes, "cg_cameraEyes", "0", CVAR_ARCHIVE}, // LEILEI
{ &cg_cameramode, "cg_cameramode", "0", CVAR_CHEAT}, // LEILEI
{ &cg_cameraEyes, "cg_cameraEyes", "0", CVAR_CHEAT}, // LEILEI
{ &cg_cameraEyes_Fwd, "cg_cameraEyes_Fwd", "3", CVAR_CHEAT}, // LEILEI
{ &cg_cameraEyes_Up, "cg_cameraEyes_Up", "3", CVAR_CHEAT}, // LEILEI

Expand Down

0 comments on commit 2419368

Please sign in to comment.