Skip to content

Commit

Permalink
[#9] Add some cvars to allow to enable, move and resize the killfeed
Browse files Browse the repository at this point in the history
  • Loading branch information
taysta committed Oct 3, 2023
1 parent 189484b commit e456a3b
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 320 deletions.
4 changes: 2 additions & 2 deletions codemp/cgame/cg_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -11279,8 +11279,8 @@ static void CG_Draw2D( void ) {
return;
}

//todo: guard this with cvar
CG_Draw2DNew( );
if(cg_killfeed.integer)
CG_Draw2DNew( );

CG_Draw2DScreenTints();

Expand Down
Loading

0 comments on commit e456a3b

Please sign in to comment.