]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
Made RENDERPATH_GL20 require fbo support and always use it.
[xonotic/darkplaces.git] / quakedef.h
index f2acede25f7b8448706594dd2470d2b56efcc872..c374573bde8f0bfe818e1f0aff8a23a731c83449 100644 (file)
@@ -178,7 +178,7 @@ extern char engineversion[128];
 // NUM_AMBIENTS to NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS - 1 = normal entity sounds
 // NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS to total_channels = static sounds
 #define        MAX_DYNAMIC_CHANNELS    512
-#define        MAX_CHANNELS                    1028
+#define        MAX_CHANNELS                    (8192 + 4)
 #define        MODLIST_TOTALSIZE               256
 #define        MAX_FAVORITESERVERS             256
 #define        MAX_DECALSYSTEM_QUEUE   1024