replaced glib macro G_STRUCT_OFFSET
[rocksndiamonds.git] / src / game_bd / bd_cave.h
index 423b89f61035da2615521795f659f5eace23f1e6..f0421849d8a84ad97c9bd3b795958c8380d87bf7 100644 (file)
@@ -628,7 +628,7 @@ typedef struct _gd_cave
 } GdCave;
 
 
-#define CAVE_OFFSET(property) (G_STRUCT_OFFSET(GdCave, property))
+#define CAVE_OFFSET(property) (STRUCT_OFFSET(GdCave, property))
 
 /* arrays for movements */
 /* also no1 and bd2 cave data import helpers; line direction coordinates */