rnd-19981006-1
[rocksndiamonds.git] / src / tools.c
index f987d323a2f550c0b778f3eda9e4fd1ec268daa9..1327e4e58acc2a057f47c1e544e61cb41f72250b 100644 (file)
@@ -613,7 +613,7 @@ void DrawGraphicThruMask(int x, int y, int graphic)
 #if DEBUG
   if (!IN_SCR_FIELD(x,y))
   {
-    printf("DrawGraphicThruMask(): x = %d, y = %d\n",x,y);
+    printf("DrawGraphicThruMask(): x = %d,y = %d, graphic = %d\n",x,y,graphic);
     printf("DrawGraphicThruMask(): This should never happen!\n");
     return;
   }