X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=924b906032aa2ff0c8ce0a3896e3304f3939a18a;hb=430aa8b71d2031eabc6341d4812363023105586e;hp=f3569763da539a17284b19110d516426b7896033;hpb=5361c043c5668c9801b4682e0691d34ec428545f;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index f3569763..924b9060 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]; @@ -242,9 +241,9 @@ struct AudioSystemInfo char *device_name; int device_fd; - int channels; + int num_channels; int music_channel; - int music_nr; + int first_sound_channel; }; struct GfxInfo