X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibem%2Fsound.c;h=4f89139e3485d25ae287a526aafcf69c3484ae1b;hb=391f8c019bdd5591015f8f310d97cf077de93fa2;hp=57fec5a13c2fb7893b9436e7f8e38c42b1758031;hpb=9c43bda51b4cc085fe9c2770c1e45fbce104412a;p=rocksndiamonds.git diff --git a/src/libem/sound.c b/src/libem/sound.c index 57fec5a1..4f89139e 100644 --- a/src/libem/sound.c +++ b/src/libem/sound.c @@ -1,3 +1,6 @@ + +#if defined(TARGET_X11) + /* 2000-08-10T17:39:15Z * * handle sounds in emerald mine @@ -335,3 +338,5 @@ fail: } #endif /* defined(PLATFORM_LINUX) || defined(PLATFORM_BSD) */ + +#endif