sv_main.c (localmodels): Bumped array size from 5 to 6 in order for it

to operate correctly with the raised limits of fitzquake-0.85.


git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@118 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-04-23 06:24:51 +00:00
parent 2435579d64
commit 764baea503

View file

@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
server_t sv;
server_static_t svs;
char localmodels[MAX_MODELS][5]; // inline model names for precache
char localmodels[MAX_MODELS][6]; // inline model names for precache
int sv_protocol = PROTOCOL_FITZQUAKE; //johnfitz