added some internal configuration options for global animation properties
[rocksndiamonds.git] / src / cartoons.c
index 043bd562c40bd7ac6b24b56339f5714843371240..3ca6d20c0165cb84ace70a50dc8efad6c5d1aae4 100644 (file)
@@ -14,9 +14,6 @@
 #include "tools.h"
 
 
-/* values for toon definition */
-#define MAX_NUM_TOONS                  20
-
 static struct ToonInfo toons[MAX_NUM_TOONS];
 
 static void PrepareBackbuffer()