X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=cea3c982528be42e849f087ed373acbcc01c59ca;hp=b0da6fd3115d8615f95dcdd98707f1dcda2ec369;hb=fdbbb11d5c885a8e70abf796d13f4c54abdafcb9;hpb=4239ba2adc93afb81230b1a4ea42e7eaf68452c6 diff --git a/src/main.h b/src/main.h index b0da6fd3..cea3c982 100644 --- a/src/main.h +++ b/src/main.h @@ -2821,6 +2821,9 @@ struct GlobalAnimInfo /* global animation graphic and control definitions */ int graphic[NUM_GLOBAL_ANIM_PARTS_ALL][NUM_SPECIAL_GFX_ARGS]; + + /* global animation sound definitions */ + int sound[NUM_GLOBAL_ANIM_PARTS_ALL][NUM_SPECIAL_GFX_ARGS]; }; struct GraphicInfo