summaryrefslogtreecommitdiffhomepage
path: root/src/xhair.c
AgeCommit message (Collapse)Author
2024-05-27Hide custom crosshair in menus/load screensMichael Smith
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!
2024-01-21Add a half-decent custom crosshairMichael Smith