X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=e6e471a2786c32321d9d6790bec8c8d26da15ef2;hb=e86e420f8dfeb7cacc69d9d5c32b5ace519855f3;hp=d5e65265346b811866b2c3202a7aa5b92008f305;hpb=abf8e6bd629101604d463aa8f669b9a5c879440a;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index d5e65265..e6e471a2 100644 --- a/src/screens.c +++ b/src/screens.c @@ -18,7 +18,7 @@ #include "editor.h" #include "files.h" #include "tape.h" -#include "cartoons.h" +#include "anim.h" #include "network.h" #include "init.h" #include "config.h" @@ -278,7 +278,10 @@ static struct { { STR_SPECIAL_RENDERING_OFF, "Off (May show artifacts, fast)" }, { STR_SPECIAL_RENDERING_BITMAP, "Bitmap/Texture mode (slower)" }, +#if DEBUG + // this mode may work under certain conditions, but does not work on Windows { STR_SPECIAL_RENDERING_TARGET, "Target Texture mode (slower)" }, +#endif { STR_SPECIAL_RENDERING_DOUBLE, "Double Texture mode (slower)" }, { NULL, NULL },