summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-01-18 01:54:21 +0000
committerTim Angus <tim@ngus.net>2006-01-18 01:54:21 +0000
commitb5a24aab3dbb3d65950843c19ab2fa9934064281 (patch)
treefef77c5cc94e3376442747136421f07f9bea74b0 /Makefile
parent5cf09669133da12cf82ee3168e57a781e47b9e92 (diff)
* Added BG_FindUsableForUpgrade
* Added BG_UpgradeClassAvailable * Added generalised BG_*IsAllowed functions * Added some binding traps to cgame * Added tutorial mode (cg_tutorial)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b87285ee..8a0c89f8 100644
--- a/Makefile
+++ b/Makefile
@@ -1319,6 +1319,7 @@ CGOBJ_ = \
$(B)/base/cgame/cg_trails.o \
$(B)/base/cgame/cg_particles.o \
$(B)/base/cgame/cg_ptr.o \
+ $(B)/base/cgame/cg_tutorial.o \
$(B)/base/ui/ui_shared.o \
\
$(B)/base/qcommon/q_math.o \