X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=b59cb950660847385c93e4c92fb4fca105f3966f;hp=2478a9d06ed30f8b67cd565a7d4c3612992eab22;hb=b8c4745f91cc4b85243de0cd9394b49e8cb3506e;hpb=61a2ef633881ce5e865c8747f6393700c870f675 diff --git a/src/main.h b/src/main.h index 2478a9d0..b59cb950 100644 --- a/src/main.h +++ b/src/main.h @@ -2825,8 +2825,9 @@ struct GlobalAnimInfo /* global animation graphic and control definitions */ int graphic[NUM_GLOBAL_ANIM_PARTS_ALL][NUM_SPECIAL_GFX_ARGS]; - /* global animation sound definitions */ + /* global animation sound and music definitions */ int sound[NUM_GLOBAL_ANIM_PARTS_ALL][NUM_SPECIAL_GFX_ARGS]; + int music[NUM_GLOBAL_ANIM_PARTS_ALL][NUM_SPECIAL_GFX_ARGS]; }; struct GraphicInfo