diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-01-21 21:01:00 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-01-21 21:01:00 +0000 |
commit | 506f095bcb528468f25a637977efcc408590ae67 (patch) | |
tree | 2f0228fddc9fc31f3ff895703d60cf26bc8e8cab /compile | |
parent | 374ae0fbc44db36d9abb6b5b1fe065bc3949e201 (diff) |
Add a half-decent custom crosshair
Diffstat (limited to 'compile')
-rwxr-xr-x | compile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |