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: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@118 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-04-23 06:24:51 +00:00
parent f8a5363bfd
commit 97d314f0fc
1 changed files with 1 additions and 1 deletions

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