improved MM graphics engine to support custom explosions of elements
[rocksndiamonds.git] / src / tools.c
index 7f448fdfc25df57f38c753c924afafc00d0e2c90..351c36e43e820d421b7502cc08592265cb351c73 100644 (file)
@@ -8323,6 +8323,11 @@ int el2img_mm(int element_mm)
   return el2img(map_element_MM_to_RND(element_mm));
 }
 
+int el_act2img_mm(int element_mm, int action)
+{
+  return el_act2img(map_element_MM_to_RND(element_mm), action);
+}
+
 int el_act_dir2img(int element, int action, int direction)
 {
   element = GFX_ELEMENT(element);