aboutsummaryrefslogtreecommitdiff
path: root/src/xhair.c
Commit message (Collapse)AuthorAgeFilesLines
* Hide custom crosshair in menus/load screensGravatar Michael Smith 2024-05-271-0/+6
| | | | | | | | | | This isn't perfect logic - the standard crosshair has a lot more cases where it's not displayed - but it's better than nothing and avoids looking stupid as often. In the process, also fix the IConVar virtual table being one entry too small, which somehow wasn't a problem until it led to vtidx_IsInGame here getting clobbered and causing hard-to-debug crashes. Woopsy!
* Add a half-decent custom crosshairGravatar Michael Smith 2024-01-211-0/+88