]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
twice as many models loadable (for LOD and stuff)
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 6 Jul 2009 06:56:39 +0000 (06:56 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 6 Jul 2009 06:56:39 +0000 (06:56 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9045 d7cf8633-e32d-0410-b094-e92efae38249

quakedef.h

index 3f6043052271057edd7cfd984cd89cebd4418198..d53fcfd1a94404eb33cb511ad3e23ce0982cdf1d 100644 (file)
@@ -72,7 +72,8 @@ extern char engineversion[128];
 #define        MAX_EDICTS              32768           // FIXME: ouch! ouch! ouch!
 #define        MAX_LIGHTSTYLES 256                     // LordHavoc: increased from 64, NOTE special consideration is needed in savegames!
 // LordHavoc: increased model and sound limits from 256 and 256 to 4096 and 4096 (and added protocol extensions accordingly to break the 256 barrier)
-#define        MAX_MODELS              4096
+// div0: increased model limit to 8192
+#define        MAX_MODELS              8192
 #define        MAX_SOUNDS              4096
 
 #define        SAVEGAME_COMMENT_LENGTH 39