mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Set MAX_QPATH to 256
This commit is contained in:
parent
7b06143796
commit
b5f8801c73
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define SHADER_MAX_TRIANGLES (2*SHADER_MAX_VERTEXES)
|
||||
|
||||
// the maximum size of game relative pathnames
|
||||
#define MAX_QPATH 64
|
||||
#define MAX_QPATH 256
|
||||
|
||||
/*
|
||||
========================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue