diff options
author | Tim Angus <tim@ngus.net> | 2006-01-18 01:54:21 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-18 01:54:21 +0000 |
commit | b5a24aab3dbb3d65950843c19ab2fa9934064281 (patch) | |
tree | fef77c5cc94e3376442747136421f07f9bea74b0 /Makefile | |
parent | 5cf09669133da12cf82ee3168e57a781e47b9e92 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |