mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
cl_ents.c nach cl_entities.c umbenannt
This commit is contained in:
parent
a9e5b055c2
commit
0f8b8df645
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -167,7 +167,7 @@ clean:
|
|||
# Client object
|
||||
CLIENT_OBJS = \
|
||||
build/client/cl_cin.o \
|
||||
build/client/cl_ents.o \
|
||||
build/client/cl_entities.o \
|
||||
build/client/cl_fx.o \
|
||||
build/client/cl_input.o \
|
||||
build/client/cl_inv.o \
|
||||
|
@ -402,7 +402,7 @@ CTF_OBJS = \
|
|||
build/client/cl_cin.o : src/client/cl_cin.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
||||
build/client/cl_ents.o : src/client/cl_ents.c
|
||||
build/client/cl_entities.o : src/client/cl_entities.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
||||
build/client/cl_fx.o : src/client/cl_fx.c
|
||||
|
|
Loading…
Reference in a new issue