mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-20 01:17:30 +00:00
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:
parent
2435579d64
commit
764baea503
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue