optimized the metaballs slightly 3fps -> 5fps and fixed the zsorting bug
[dosdemo] / src / cfgopt.h
index 7051501..68a8e9d 100644 (file)
@@ -4,6 +4,7 @@
 struct options {
        const char *start_scr;
        int music;
+       int sball;
 };
 
 extern struct options opt;