fixed several bugs with shared playfield bitmap in MM game engine
[rocksndiamonds.git] / src / init.c
index aae262f58332f4479498f562389b9ec9f6a7b9e4..718e1ca2c0d37c2d7643f199d4bce3511ac608fa 100644 (file)
@@ -5713,6 +5713,7 @@ void InitGfxBuffers(void)
 
   InitGfxBuffers_EM();
   InitGfxBuffers_SP();
+  InitGfxBuffers_MM();
 }
 
 static void InitGfx(void)