diff options
author | Tim Angus <tim@ngus.net> | 2002-06-24 02:54:38 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2002-06-24 02:54:38 +0000 |
commit | c37938cbbd38597caeda1f05f7b36b0c03f2c27e (patch) | |
tree | 8010f4fdfd30c134a6279a719d05fc000e4e348b /Makefile | |
parent | c69b2102f75dd57a6fd4ac949af4e63fda6dc3aa (diff) |
Integrated wolfenstein trails stuff
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,8 +68,8 @@ CGOBJ = \ $(CGDIRNAME)/cg_creep.o \ $(CGDIRNAME)/cg_mem.o \ $(CGDIRNAME)/cg_mp3decoder.o \ - $(CGDIRNAME)/cg_particles.o \ $(CGDIRNAME)/cg_scanner.o \ + $(CGDIRNAME)/cg_trails.o \ $(UIDIRNAME)/ui_shared.o UIOBJ = \ |