mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-04 11:11:04 +00:00
- mapped the remaining Shadow Warrior options to the CVARs.
This commit is contained in:
parent
2e7ba30068
commit
bfea07570a
19 changed files with 85 additions and 305 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue