builds with djgpp but crashes
[dosdemo] / src / cfgopt.h
index 68a8e9d..57c41f6 100644 (file)
@@ -5,6 +5,7 @@ struct options {
        const char *start_scr;
        int music;
        int sball;
+       int vsync;
 };
 
 extern struct options opt;