X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=316de68ed16bc4f1c84817d79f9472b2c8b1966a;hb=7b6d9e43fdb99e1923f4a2a401ae60e7b2975bd8;hp=f3569763da539a17284b19110d516426b7896033;hpb=5361c043c5668c9801b4682e0691d34ec428545f;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