summaryrefslogtreecommitdiffhomepage
path: root/compile
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2024-01-21 21:01:00 +0000
committerMichael Smith <mikesmiffy128@gmail.com>2024-01-21 21:01:00 +0000
commit506f095bcb528468f25a637977efcc408590ae67 (patch)
tree2f0228fddc9fc31f3ff895703d60cf26bc8e8cab /compile
parent374ae0fbc44db36d9abb6b5b1fe065bc3949e201 (diff)
Add a half-decent custom crosshair
Diffstat (limited to 'compile')
-rwxr-xr-xcompile2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile b/compile
index abdd5a7..bcda4ec 100755
--- a/compile
+++ b/compile
@@ -70,6 +70,7 @@ src="\
gamedata.c
gameinfo.c
gameserver.c
+ hexcolour.c
hook.c
hud.c
kvsys.c
@@ -79,6 +80,7 @@ src="\
nosleep.c
portalcolours.c
sst.c
+ xhair.c
x86.c"
if [ "$dbg" = 1 ]; then src="$src \
dbg.c