mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 07:21:31 +00:00
raise MAX_MAP_LEAFS and MAX_LIGHTMAPS to run oms3
This commit is contained in:
parent
3015bb5386
commit
2abc277380
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define MAX_MAP_PLANES 32767
|
||||
#define MAX_MAP_NODES 32767 // because negative shorts are contents
|
||||
#define MAX_MAP_CLIPNODES 32767
|
||||
#define MAX_MAP_LEAFS 65535 //johnfitz -- was 8192
|
||||
#define MAX_MAP_LEAFS 70000 //johnfitz -- was 8192
|
||||
#define MAX_MAP_VERTS 65535
|
||||
#define MAX_MAP_FACES 65535
|
||||
#define MAX_MAP_MARKSURFACES 65535
|
||||
|
|
|
@ -290,7 +290,7 @@ extern overflowtimes_t dev_overflows; //this stores the last time overflow messa
|
|||
|
||||
//johnfitz -- moved here from r_brush.c
|
||||
extern int gl_lightmap_format, lightmap_bytes;
|
||||
#define MAX_LIGHTMAPS 256 //johnfitz -- was 64
|
||||
#define MAX_LIGHTMAPS 512 //johnfitz -- was 64
|
||||
extern gltexture_t *lightmap_textures[MAX_LIGHTMAPS]; //johnfitz -- changed to an array
|
||||
|
||||
extern int gl_warpimagesize; //johnfitz -- for water warp
|
||||
|
|
Loading…
Reference in a new issue