rnd-20040819-1-src
[rocksndiamonds.git] / src / libem / synchro_3.c
index 1d85e6bbc4764df26bcf87ceefef8bf4a625502c..e0b86f97e7571121823bcdf0c4b1c0e20dd7c092 100644 (file)
@@ -1,4 +1,6 @@
 
+#if defined(TARGET_X11)
+
 /* third part of synchro.
  *
  * handle global elements.
@@ -86,3 +88,5 @@ void synchro_3(void)
                Next[y][x] = Cave[y][x];
        }
 }
+
+#endif