Skip to content

Commit

Permalink
Revert "Experimental chat height"
Browse files Browse the repository at this point in the history
This reverts commit 12be9e9.
  • Loading branch information
Rex109 committed Nov 22, 2024
1 parent c7dae92 commit e3488e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions cod4qol/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ void commands::InitializeCommands()
cg_drawgun = game::Find("cg_drawgun");
cg_drawgun->flags = game::none;

cg_chatheight = game::Find("cg_chatheight");
cg_chatheight->domain.integer.max = 32;

qol_check_updates = game::Cvar_RegisterBool("qol_check_updates", 1, game::dvar_flags::saved, "Enable cod4qol to check for updates at every startup.");

qol_forceiwdextract = game::Cvar_RegisterBool("qol_forceiwdextract", 0, game::dvar_flags::saved, "Force the extraction of the iwd files at the next startup.");
Expand Down
1 change: 0 additions & 1 deletion cod4qol/commands.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace commands
inline game::dvar_s* cg_gun_z;
inline game::dvar_s* cg_draw2d;
inline game::dvar_s* cg_drawgun;
inline game::dvar_s* cg_chatheight;

inline game::dvar_s* qol_rename_text;

Expand Down

0 comments on commit e3488e3

Please sign in to comment.