X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=9a3343b8c10cd8f826940c8be6c283355ac9166f;hb=7d171d862abdecced79f60535b49a686386cefe1;hp=dcf4f1df9e9fc2c3bbeaf888fccef8ef5b9be958;hpb=c5321d9d36d0a74062651d0352fbbaccbe125eca;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index dcf4f1df..9a3343b8 100644 --- a/src/main.h +++ b/src/main.h @@ -1289,8 +1289,10 @@ /* values for sound configuration suffixes */ #define SND_ARG_MODE_LOOP 0 +#define SND_ARG_VOLUME 1 +#define SND_ARG_PRIORITY 2 -#define NUM_SND_ARGS 1 +#define NUM_SND_ARGS 3 /* values for music configuration suffixes */ @@ -1942,6 +1944,8 @@ struct GraphicInfo struct SoundInfo { boolean loop; + int volume; + int priority; }; struct MusicInfo