maps: move IBSP to QBSP code to separate file

This commit is contained in:
Denis Pauk 2024-05-05 12:27:11 +03:00
parent dbc7a5fbe5
commit 1b73b4ea5b
3 changed files with 1171 additions and 1140 deletions

View File

@ -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 \

File diff suppressed because it is too large Load Diff

1168
src/common/maps.c Normal file

File diff suppressed because it is too large Load Diff