summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2004-11-30 23:05:20 +0000
committerTim Angus <tim@ngus.net>2004-11-30 23:05:20 +0000
commit8c4f8eaf275d8ab974e106d625a305440d16e1ee (patch)
treef6febb320de4d4a625d3e3f5d399b4fb9279a65c /Makefile
parent798ec438387193c4cf928ab36b59e982b194cf7a (diff)
* PTRC (post timeout restoration code) system
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 97d17db2..26ff6f3f 100644
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ GOBJ = \
$(GDIRNAME)/g_trigger.o \
$(GDIRNAME)/g_utils.o \
$(GDIRNAME)/g_maprotation.o \
+ $(GDIRNAME)/g_ptr.o \
$(GDIRNAME)/g_weapon.o
CGOBJ = \
@@ -68,6 +69,7 @@ CGOBJ = \
$(CGDIRNAME)/cg_scanner.o \
$(CGDIRNAME)/cg_trails.o \
$(CGDIRNAME)/cg_particles.o \
+ $(CGDIRNAME)/cg_ptr.o \
$(UIDIRNAME)/ui_shared.o
UIOBJ = \