Skip to content

Commit

Permalink
Add reg cvar r_cachestudio
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Nov 28, 2023
1 parent ffb6579 commit 0af97d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rehlds/engine/host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,11 @@ int Host_Init(quakeparms_t *parms)
else
{
Cvar_RegisterVariable(&suitvolume);
#ifdef REHLDS_FIXES
Cvar_RegisterVariable(&r_cachestudio);
#endif
}

Cbuf_InsertText("exec valve.rc\n");
Hunk_AllocName(0, "-HOST_HUNKLEVEL-");
host_hunklevel = Hunk_LowMark();
Expand Down

0 comments on commit 0af97d9

Please sign in to comment.