X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=98225eae1d4c4bff71a029823facd8bdae9a98e4;hb=3d81daa33f1c59045b731ea422b5cd5505b7048e;hp=11670c698785428a14fad8d5844908f03e6a0c45;hpb=d337287c2354ce4d256186e54f5474ecf77a2deb;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 11670c69..98225eae 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -944,6 +944,10 @@ struct SetupInfo int override_level_sounds; /* not boolean -- can also be "AUTO" */ int override_level_music; /* not boolean -- can also be "AUTO" */ + int volume_simple; + int volume_loops; + int volume_music; + struct SetupEditorInfo editor; struct SetupEditorCascadeInfo editor_cascade; struct SetupShortcutInfo shortcut;