Skip to content

Commit

Permalink
relocate drawing location for autoid
Browse files Browse the repository at this point in the history
  • Loading branch information
timbergeron committed Oct 29, 2024
1 parent 54909e7 commit 5a1f7e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Quake/gl_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -3794,8 +3794,6 @@ void SCR_UpdateScreen (void)
//FIXME: only call this when needed
SCR_TileClear ();

SCR_DrawAutoID(); // woods #autoid

if (!cl.intermission)
{
Sbar_Draw ();
Expand Down
3 changes: 3 additions & 0 deletions Quake/view.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ vec3_t v_punchangles[2]; //johnfitz -- copied from cl.punchangle. 0 is current,
double v_punchangles_times[2]; //spike -- times, to avoid assumptions...

void SCR_SetupAutoID(void); // woods #autoid
void SCR_DrawAutoID(void); // woods #autoid

/*
===============
Expand Down Expand Up @@ -1012,6 +1013,8 @@ void V_RenderView (void)

SCR_SetupAutoID(); // woods #autoid

SCR_DrawAutoID(); // woods #autoid

V_PolyBlend (); //johnfitz -- moved here from R_Renderview ();
}

Expand Down

0 comments on commit 5a1f7e4

Please sign in to comment.