For the love of God, could a committer please apply the attached
one-liner? It's a fix for issue #4578[1] which has only been open
since March of this year.

I don't want to sound belligerent but are there any people still
working on ioquake3? The bugzilla is scarcely updated and the only
commits I see are from thilo and ludwig (and even those are few and
far between). If you'd run it through graphviz, the plot would
probably be a depressing sight.

[1] http://bugzilla.icculus.org/show_bug.cgi?id=4578
From d12180fcfb60ae436b3bc1e0f0a74c5df6868faa Mon Sep 17 00:00:00 2001
From: Ben Noordhuis <i...@bnoordhuis.nl>
Date: Fri, 8 Oct 2010 14:40:54 +0200
Subject: [PATCH] Bump MAX_LIGHTMAPS from 256 to 512. Fix for issue #4578.

---
 code/renderer/tr_local.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/code/renderer/tr_local.h b/code/renderer/tr_local.h
index 098afd7..63d3a7e 100644
--- a/code/renderer/tr_local.h
+++ b/code/renderer/tr_local.h
@@ -779,7 +779,7 @@ void		R_Modellist_f (void);
 extern	refimport_t		ri;
 
 #define	MAX_DRAWIMAGES			2048
-#define	MAX_LIGHTMAPS			256
+#define	MAX_LIGHTMAPS			512
 #define	MAX_SKINS				1024
 
 
-- 
1.7.0.4

_______________________________________________
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.

Reply via email to