- fixed missing crosshair in RR after merging the Deer Huntin' code.

This commit is contained in:
Christoph Oelckers 2020-02-29 08:58:30 +01:00
parent 1a66878205
commit b68cbddb7d

View file

@ -897,7 +897,7 @@ void G_DisplayRest(int32_t smoothratio)
menutext_(160<<16, (90+16+8)<<16, -g_levelTextTime+22/*quotepulseshade*/, currentLevel->DisplayName(), o, TEXT_XCENTER);
}
if (!DEER && g_player[myconnectindex].ps->newowner == -1 && ud.overhead_on == 0 && ud.crosshair && ud.camerasprite == -1)
if (!DEER && g_player[myconnectindex].ps->newowner == -1 && ud.overhead_on == 0 && cl_crosshair && ud.camerasprite == -1)
{
int32_t a = CROSSHAIR;
if ((unsigned) a < MAXTILES)