mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 14:30:48 +00:00
cl_inv.c -> cl_inventory.c
This commit is contained in:
parent
e1d165b942
commit
179b5d541c
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -171,7 +171,7 @@ CLIENT_OBJS = \
|
|||
build/client/cl_effects.o \
|
||||
build/client/cl_entities.o \
|
||||
build/client/cl_input.o \
|
||||
build/client/cl_inv.o \
|
||||
build/client/cl_inventory.o \
|
||||
build/client/cl_lights.o \
|
||||
build/client/cl_main.o \
|
||||
build/client/cl_network.o \
|
||||
|
@ -417,7 +417,7 @@ build/client/cl_entities.o : src/client/cl_entities.c
|
|||
build/client/cl_input.o : src/client/cl_input.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
||||
build/client/cl_inv.o : src/client/cl_inv.c
|
||||
build/client/cl_inventory.o : src/client/cl_inventory.c
|
||||
$(CC) $(CFLAGS_CLIENT) -o $@ -c $<
|
||||
|
||||
build/client/cl_lights.o : src/client/cl_lights.c
|
||||
|
|
Loading…
Reference in a new issue