X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibem%2Fsynchro_3.c;h=e0b86f97e7571121823bcdf0c4b1c0e20dd7c092;hb=391f8c019bdd5591015f8f310d97cf077de93fa2;hp=1d85e6bbc4764df26bcf87ceefef8bf4a625502c;hpb=9c43bda51b4cc085fe9c2770c1e45fbce104412a;p=rocksndiamonds.git diff --git a/src/libem/synchro_3.c b/src/libem/synchro_3.c index 1d85e6bb..e0b86f97 100644 --- a/src/libem/synchro_3.c +++ b/src/libem/synchro_3.c @@ -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