X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=316de68ed16bc4f1c84817d79f9472b2c8b1966a;hb=1101077a226b09854650662759bf12caf7c84f8d;hp=f3569763da539a17284b19110d516426b7896033;hpb=f1685723f2d920b7d7349c57e902c7adfaffdb1c;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index f3569763..316de68e 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -230,11 +230,10 @@ struct VideoSystemInfo struct AudioSystemInfo { boolean sound_available; - boolean music_available; boolean loops_available; - boolean mods_available; - boolean sound_enabled; + boolean music_available; + boolean sound_enabled; boolean sound_deactivated; /* for temporarily disabling sound */ int soundserver_pipe[2]; @@ -244,7 +243,6 @@ struct AudioSystemInfo int channels; int music_channel; - int music_nr; }; struct GfxInfo