Fix q2 cinematic maps.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4485 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f9685cde37
commit
89ed71b134
1 changed files with 2 additions and 0 deletions
|
@ -3777,6 +3777,8 @@ cmodel_t *CM_LoadMap (char *name, char *filein, qboolean clientload, unsigned *c
|
||||||
|
|
||||||
if (!name || !name[0])
|
if (!name || !name[0])
|
||||||
{
|
{
|
||||||
|
map_cmodels = ZG_Malloc(&loadmodel->memgroup, 1 * sizeof(*map_cmodels));
|
||||||
|
numcmodels = 1;
|
||||||
numleafs = 1;
|
numleafs = 1;
|
||||||
numclusters = 1;
|
numclusters = 1;
|
||||||
numareas = 1;
|
numareas = 1;
|
||||||
|
|
Loading…
Reference in a new issue