[nq,qw] Clean up some bogus diffs in cl_view

The diffs were caused by white space and a redundant line.
This commit is contained in:
Bill Currie 2022-02-25 11:39:11 +09:00
parent e920abe142
commit f04459f03f
2 changed files with 5 additions and 5 deletions

View file

@ -580,6 +580,7 @@ V_CalcViewRoll (void)
static void
V_CalcIntermissionRefdef (void)
{
// ent is the player model (visible when out of body)
entity_t *ent = &cl_entities[cl.viewentity];
entity_t *view;
float old;
@ -592,7 +593,6 @@ V_CalcIntermissionRefdef (void)
r_data->refdef->viewposition = origin;
r_data->refdef->viewrotation = rotation;
view->renderer.model = NULL;
view->renderer.model = NULL;
// always idle in intermission
old = v_idlescale->value;