X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibem%2Fsynchro_3.c;h=e0b86f97e7571121823bcdf0c4b1c0e20dd7c092;hb=b7c0e8ca1c06e1d54714b382d6b92f4ff2d47af7;hp=1d85e6bbc4764df26bcf87ceefef8bf4a625502c;hpb=bec4e2a1fb71569a3302583f71fbb11aa3f58b63;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