mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- fixed missing crosshair in RR after merging the Deer Huntin' code.
This commit is contained in:
parent
1a66878205
commit
b68cbddb7d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue