rnd-20040819-1-src
[rocksndiamonds.git] / src / libem / synchro_2.c
index 731e9faaad31deaea51db5dfb5ca76ee342119d6..8dc7846354fe62dc52daed77c52c39955a0e3123 100644 (file)
@@ -1,4 +1,6 @@
 
+#if defined(TARGET_X11)
+
 /* second part of synchro.
  *
  * game logic for monsters.
@@ -3811,3 +3813,5 @@ done:
                void *temp = Cave; Cave = Next; Next = Draw; Draw = temp; /* triple buffering */
        }
 }
+
+#endif