- fixed bug in mirror matching
[laserbrain_demo] / src / opt.h
index eb81ceb..df7ef30 100644 (file)
--- a/src/opt.h
+++ b/src/opt.h
@@ -7,6 +7,7 @@ struct Options {
        bool fullscreen;
        const char *scenefile;
        bool music;
+       bool reflect;
 };
 
 extern Options opt, def_opt;