Increase number of allowed texture pages from 64 to 128 for now.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2375 4a71c877-e1ca-e34f-864e-861f7616d084
master
Roman C 2007-08-13 10:48:32 +00:00
parent 230e56878a
commit 65866c3012
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
//*************************************************************************
#define iV_TEX_MAX 64
#define iV_TEX_MAX 128
#define iV_TEX_INVALID -1
#define iV_TEXNAME_MAX 64