aboutsummaryrefslogtreecommitdiff
path: root/src/xhair.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xhair.c')
-rw-r--r--src/xhair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xhair.c b/src/xhair.c
index 30fc69b..1f9d1a6 100644
--- a/src/xhair.c
+++ b/src/xhair.c
@@ -54,7 +54,7 @@ static inline void drawrect(int x0, int y0, int x1, int y1, struct rgba colour,
if (outline) hud_drawrect(x0, y0, x1, y1, (struct rgba){.a = 255}, false);
}
-HANDLE_EVENT(HudPaint, void) {
+HANDLE_EVENT(HudPaint) {
if (!con_getvari(sst_xhair)) return;
if (has_vtidx_IsInGame && engclient && !IsInGame(engclient)) return;
int w, h;