cl_tent.c zu cl_tempentities.c umbenannt

This commit is contained in:
Yamagi Burmeister 2010-06-18 16:47:10 +00:00
parent d32f2e60a3
commit 852de0452d
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ CLIENT_OBJS = \
build/client/cl_parse.o \
build/client/cl_particles.o \
build/client/cl_prediction.o \
build/client/cl_tent.o \
build/client/cl_tempentities.o \
build/client/cl_screen.o \
build/client/cl_view.o \
build/client/console/console.o \
@ -438,7 +438,7 @@ build/client/cl_particles.o : src/client/cl_particles.c
build/client/cl_prediction.o : src/client/cl_prediction.c
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
build/client/cl_tent.o : src/client/cl_tent.c
build/client/cl_tempentities.o : src/client/cl_tempentities.c
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
build/client/cl_screen.o : src/client/cl_screen.c