X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fcfgopt.h;h=5172d20a19a881258a292e2c06e4128d0edcf5b3;hb=59c564d8a2077ce90e7c83fdb276b80c9bfa238c;hp=57c41f6cae257fcd696d70b47b83fb71cc5296e4;hpb=0165ec15f868a16a70b56ada2d42db0cb69ea193;p=dosdemo diff --git a/src/cfgopt.h b/src/cfgopt.h index 57c41f6..5172d20 100644 --- a/src/cfgopt.h +++ b/src/cfgopt.h @@ -4,8 +4,9 @@ struct options { const char *start_scr; int music; - int sball; + int mouse, sball; int vsync; + int dbginfo; }; extern struct options opt;