mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-21 19:20:55 +00:00
Whoops... Someone broke dedicated builds..
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@576 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a82e237add
commit
33d19c0cf4
1 changed files with 2 additions and 0 deletions
|
@ -1609,8 +1609,10 @@ qboolean Mod_LoadDoomLevel(model_t *mod)
|
||||||
sectorl = (void *)COM_LoadMallocFile (va("%s.sectors", name));
|
sectorl = (void *)COM_LoadMallocFile (va("%s.sectors", name));
|
||||||
sectorc = com_filesize/sizeof(*sectorl);
|
sectorc = com_filesize/sizeof(*sectorl);
|
||||||
|
|
||||||
|
#ifndef SERVERONLY
|
||||||
numgldoomtextures=0;
|
numgldoomtextures=0;
|
||||||
Doom_LoadPalette();
|
Doom_LoadPalette();
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
Doom_LoadVerticies(name);
|
Doom_LoadVerticies(name);
|
||||||
|
|
Loading…
Reference in a new issue