X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=17411f8d0464a4d685bcccfbc557ebdac97a5b9d;hb=69e8efac8d856859c55237e085ff8b514ae1aa3c;hp=f372306fa0a9425a3b220bbffe4256d5e97a5447;hpb=909a0a4d74f274b5c05c16cf595b235aa092fc9a;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index f372306f..17411f8d 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -229,6 +229,8 @@ struct AudioSystemInfo boolean mods_available; boolean sound_enabled; + boolean sound_deactivated; /* for temporarily disabling sound */ + int soundserver_pipe[2]; int soundserver_pid; char *device_name;