mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
Fix some segs
This commit is contained in:
parent
21c1991853
commit
884b19f02d
5 changed files with 1214 additions and 44 deletions
|
@ -45,13 +45,13 @@ COM_sources=\
|
|||
cvar.c \
|
||||
crc.c \
|
||||
common.c \
|
||||
cmd.c \
|
||||
model.c
|
||||
cmd.c
|
||||
|
||||
COM_dependencies = $(patsubst %,%.d,$(basename $(COM_sources)))
|
||||
COM_objects = $(patsubst %.d,%.o,$(COM_dependencies))
|
||||
|
||||
SV_sources=\
|
||||
model.c \
|
||||
pr_cmds.c \
|
||||
pr_edict.c \
|
||||
pr_exec.c \
|
||||
|
@ -90,6 +90,7 @@ CL_SW_sources=\
|
|||
d_vars.c \
|
||||
d_zpoint.c \
|
||||
draw.c \
|
||||
model.c \
|
||||
r_aclip.c \
|
||||
r_alias.c \
|
||||
r_bsp.c \
|
||||
|
|
1212
source/gl_model.c
1212
source/gl_model.c
File diff suppressed because it is too large
Load diff
|
@ -225,7 +225,7 @@ model_t *Mod_LoadModel (model_t *mod, qboolean crash)
|
|||
else
|
||||
return mod; // not cached at all
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// load the file
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue