- mapped the remaining Shadow Warrior options to the CVARs.

This commit is contained in:
Christoph Oelckers 2019-10-27 16:53:00 +01:00
parent 2e7ba30068
commit bfea07570a
19 changed files with 85 additions and 305 deletions

View file

@ -251,10 +251,7 @@ void pSetSuicide(PANEL_SPRITEp psp)
void pToggleCrosshair(PLAYERp pp)
{
if (gs.Crosshair)
gs.Crosshair = FALSE;
else
gs.Crosshair = TRUE;
cl_crosshair = !cl_crosshair;
}
// Player has a chance of yelling out during combat, when firing a weapon.