added sound support for global animations
[rocksndiamonds.git] / src / main.h
index b0da6fd3115d8615f95dcdd98707f1dcda2ec369..cea3c982528be42e849f087ed373acbcc01c59ca 100644 (file)
@@ -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