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
9ef909be89
commit
7b06143796
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ typedef enum
|
|||
#define BIG_INFO_VALUE 8192
|
||||
|
||||
|
||||
#define MAX_QPATH 64 // max length of a quake game pathname
|
||||
#define MAX_QPATH 256 // max length of a quake game pathname
|
||||
#ifdef PATH_MAX
|
||||
#define MAX_OSPATH PATH_MAX
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue