X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibem%2Fconvert.c;h=18f52e189b0414a44b752d09da07d430b4e4ac3e;hb=b7c0e8ca1c06e1d54714b382d6b92f4ff2d47af7;hp=fdd58537170e6570c1243012a7834e44acedae74;hpb=bec4e2a1fb71569a3302583f71fbb11aa3f58b63;p=rocksndiamonds.git diff --git a/src/libem/convert.c b/src/libem/convert.c index fdd58537..18f52e18 100644 --- a/src/libem/convert.c +++ b/src/libem/convert.c @@ -1,3 +1,6 @@ + +#if defined(TARGET_X11) + /* 2000-08-20T09:41:18Z * * identify all emerald mine caves and turn them into v6 format. @@ -391,3 +394,5 @@ void convert_emerald(unsigned char *src) for(y = 0; y < HEIGHT; y++) for(x = 0; x < WIDTH; x++) Next[y][x] = Cave[y][x]; for(y = 0; y < HEIGHT; y++) for(x = 0; x < WIDTH; x++) Draw[y][x] = Cave[y][x]; } + +#endif