rnd-20040921-1-src
[rocksndiamonds.git] / src / game_em / synchro_2.c
index 4fbf2d9f182a56ac443bb2bc9310455fd3a0c416..685672357a55abce8deed33db81d8739e7f717c5 100644 (file)
@@ -14,8 +14,6 @@
 #include "sample.h"
 
 
-#if defined(TARGET_X11)
-
 #define RANDOM (random = random << 31 | random >> 1)
 #define PLAY(sample) { if ((unsigned int)(y - top) <= 12 && (unsigned int)(x - left) <= 20) play[sample] = 1; }
 
@@ -4795,5 +4793,3 @@ void synchro_2(void)
     Draw = temp;
   }
 }
-
-#endif