X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fsynchro_2.c;h=685672357a55abce8deed33db81d8739e7f717c5;hb=c5321d9d36d0a74062651d0352fbbaccbe125eca;hp=4fbf2d9f182a56ac443bb2bc9310455fd3a0c416;hpb=afc13e1c0cca61ea29a91198f1e36d22c0c9e7e4;p=rocksndiamonds.git diff --git a/src/game_em/synchro_2.c b/src/game_em/synchro_2.c index 4fbf2d9f..68567235 100644 --- a/src/game_em/synchro_2.c +++ b/src/game_em/synchro_2.c @@ -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