mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
cl_tent.c zu cl_tempentities.c umbenannt
This commit is contained in:
parent
d32f2e60a3
commit
852de0452d
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue