]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added a comment by MAX_LIGHTSTYLES about savegames
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Feb 2006 18:44:19 +0000 (18:44 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 10 Feb 2006 18:44:19 +0000 (18:44 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5959 d7cf8633-e32d-0410-b094-e92efae38249

quakedef.h

index 54c7fe3a40667a112a86a8e059b63b8f34e8293a..cac305b8fb36de1acbdb626d5d922a68c779fa32 100644 (file)
@@ -57,7 +57,7 @@ extern char engineversion[128];
 //
 // LordHavoc: increased entity limit to 2048 from 600
 #define        MAX_EDICTS              32768           // FIXME: ouch! ouch! ouch!
-#define        MAX_LIGHTSTYLES 256
+#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
 #define        MAX_SOUNDS              4096