rnd-20100224-1-src
[rocksndiamonds.git] / src / game_sp / vb_types.h
index ceabb2743b5c5795ff29246b6f9ebf906d8fd46f..030e179e4f4c68c3d79b1ea00814f25f6442ed42 100644 (file)
@@ -236,7 +236,8 @@ typedef struct
   void *Surface;
 
   void (*Cls)();
-  void (*BltEx)(int, int, int);
+  // void (*BltEx)(int, int, int);
+  void (*BltImg)(int, int, int, int);
 } DDSpriteBuffer;
 
 typedef struct