rnd-20040819-1-src
[rocksndiamonds.git] / src / libem / convert.c
index fdd58537170e6570c1243012a7834e44acedae74..18f52e189b0414a44b752d09da07d430b4e4ac3e 100644 (file)
@@ -1,3 +1,6 @@
+
+#if defined(TARGET_X11)
+
 /* 2000-08-20T09:41:18Z
  *
  * identify all emerald mine caves and turn them into v6 format.
@@ -391,3 +394,5 @@ void convert_emerald(unsigned char *src)
        for(y = 0; y < HEIGHT; y++) for(x = 0; x < WIDTH; x++) Next[y][x] = Cave[y][x];
        for(y = 0; y < HEIGHT; y++) for(x = 0; x < WIDTH; x++) Draw[y][x] = Cave[y][x];
 }
+
+#endif