X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fcartoons.c;h=ee56a8df3fe7fff10513604830261190f23f72f9;hb=ed5a795f1fd2d48a1372d46c06d86d2faab7e3c4;hp=c2b6e76a6b7d56698b8217cc402ffab25aae2975;hpb=436a9fbb93a26d17c80eae4b8bbe79dabfc44099;p=rocksndiamonds.git diff --git a/src/cartoons.c b/src/cartoons.c index c2b6e76a..ee56a8df 100644 --- a/src/cartoons.c +++ b/src/cartoons.c @@ -31,21 +31,6 @@ static void PrepareBackbuffer() return; } - /* fill empty backbuffer for animation functions */ - if (setup.direct_draw && game_status == GAME_MODE_PLAYING) - { - int xx, yy; - - SetDrawtoField(DRAW_BACKBUFFER); - - for (xx = 0; xx < SCR_FIELDX; xx++) - for (yy = 0; yy < SCR_FIELDY; yy++) - DrawScreenField(xx, yy); - DrawAllPlayers(); - - SetDrawtoField(DRAW_DIRECT); - } - if (setup.soft_scrolling && game_status == GAME_MODE_PLAYING) { int fx = FX, fy = FY;