rnd-20040819-1-src
[rocksndiamonds.git] / src / libem / synchro_1.c
index 8b2f47f8e78ceb5839cea135463b1c8055b4e7b1..9f4309c5acd2ff3bcdc569758a643436d29e85c9 100644 (file)
@@ -1,4 +1,6 @@
 
+#if defined(TARGET_X11)
+
 /* first part of synchro.
  *
  * game logic for players.
@@ -792,3 +794,5 @@ static void player(struct PLAYER *ply)
                }
        }
 }
+
+#endif