http://ftp.nluug.nl/pub/os/Linux/distr/pardusrepo/sources/xscreensaver-5.02.tar.gz
[xscreensaver] / hacks / glx / circuit.c
index 9e8f2dcf0b6cf8515e8e286da9fcadf675579aa9..856045bd5d0ebede2ee2caeabcc75a5975a9d284 100644 (file)
@@ -104,7 +104,7 @@ ModStruct   circuit_description =
 
 #endif
 
-#define MAX_COMPONENTS 30
+#define MAX_COMPONENTS 31
 #define MOVE_MULT 0.02
 
 static float f_rand(void)
@@ -2155,6 +2155,9 @@ Circuit *ci;
  ci->grid_col2[1] = 0.125;
  ci->grid_col2[2] = 0.05;
 
+ if (maxparts >= MAX_COMPONENTS)
+   maxparts = MAX_COMPONENTS-1;
+
  if ((ci->glx_context = init_GL(mi)) != NULL) {
       reshape_circuit(mi, MI_WIDTH(mi), MI_HEIGHT(mi));
  } else {