mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
changed MAX_OSPATH from 128 to 256 for better compatibility everywhere.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@363 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
087196844c
commit
c7c9f1abb3
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
|
|
||||||
#define MAX_QPATH 64 // max length of a quake game pathname
|
#define MAX_QPATH 64 // max length of a quake game pathname
|
||||||
#define MAX_OSPATH 128 // max length of a filesystem pathname
|
#define MAX_OSPATH 256 // max length of a filesystem pathname
|
||||||
|
|
||||||
#define ON_EPSILON 0.1 // point on plane side epsilon
|
#define ON_EPSILON 0.1 // point on plane side epsilon
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue