mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
maps: move IBSP to QBSP code to separate file
This commit is contained in:
parent
dbc7a5fbe5
commit
1b73b4ea5b
3 changed files with 1171 additions and 1140 deletions
2
Makefile
2
Makefile
|
@ -1008,6 +1008,7 @@ CLIENT_OBJS_ := \
|
|||
src/common/filesystem.o \
|
||||
src/common/glob.o \
|
||||
src/common/md4.o \
|
||||
src/common/maps.o \
|
||||
src/common/models.o \
|
||||
src/common/movemsg.o \
|
||||
src/common/frame.o \
|
||||
|
@ -1297,6 +1298,7 @@ SERVER_OBJS_ := \
|
|||
src/common/glob.o \
|
||||
src/common/md4.o \
|
||||
src/common/frame.o \
|
||||
src/common/maps.o \
|
||||
src/common/models.o \
|
||||
src/common/movemsg.o \
|
||||
src/common/netchan.o \
|
||||
|
|
1141
src/common/cmodels.c
1141
src/common/cmodels.c
File diff suppressed because it is too large
Load diff
1168
src/common/maps.c
Normal file
1168
src/common/maps.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue