Skip to content

Commit

Permalink
common: make demo.timedemo cvar temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Apr 3, 2022
1 parent 906f1f3 commit d6cff7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/qcommon/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cvar_t *com_dropsim; // 0.0 to 1.0, simulated packet drops
Cvar::Cvar<bool> cvar_demo_timedemo(
"demo.timedemo",
"Whether to show timing statistics at the end of a demo",
Cvar::CHEAT,
Cvar::CHEAT | Cvar::TEMPORARY,
false
);
cvar_t *com_sv_running;
Expand Down

0 comments on commit d6cff7a

Please sign in to comment.