From 506f095bcb528468f25a637977efcc408590ae67 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 21 Jan 2024 21:01:00 +0000 Subject: Add a half-decent custom crosshair --- compile.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compile.bat') diff --git a/compile.bat b/compile.bat index 97bbb6f..a50dbb0 100644 --- a/compile.bat +++ b/compile.bat @@ -77,6 +77,7 @@ setlocal DisableDelayedExpansion :+ gamedata.c :+ gameinfo.c :+ gameserver.c +:+ hexcolour.c :+ hook.c :+ hud.c :+ kvsys.c @@ -88,6 +89,7 @@ setlocal DisableDelayedExpansion :+ portalcolours.c :+ rinput.c :+ sst.c +:+ xhair.c :+ x86.c :: just tack these on, whatever (repeated condition because of expansion memes) if "%dbg%"=="1" set src=%src% src/dbg.c -- cgit v1.2.3