added serial spaceball support in the dos version. can be used for
[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;