X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=42d0ee32b2972fb03fbcfbec79dc01c26396e129;hb=5b56a3369f281d29bbc45ec85443b1c3b2c27323;hp=aa1057fd956f6b7066acc3c893333ae2b35fed60;hpb=3a98ec2c06b0355364b5747da91af9f673e295ca;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index aa1057fd..42d0ee32 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -657,6 +657,8 @@ struct OptionInfo boolean verbose; boolean debug; boolean debug_x11_sync; + + unsigned long cmd_switches; }; struct ScreenModeInfo @@ -868,6 +870,7 @@ struct SetupInfo boolean input_on_focus; boolean prefer_aga_graphics; int game_frame_delay; + boolean sp_show_border_elements; char *graphics_set; char *sounds_set;