X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Feditor.c;h=7c513965ffb6b2ca7d3989d544488b8680a81fca;hp=2791934f678473d79b61c34a90eb875565adf6dc;hb=08077278b4277434ebbeb0e828cf45f9ce9ee387;hpb=1952fc1018a7bde3f04b24485d8f89052e80da14 diff --git a/src/editor.c b/src/editor.c index 2791934f..7c513965 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7835,8 +7835,12 @@ void DrawLevelEd() #endif /* copy actual editor door content to door double buffer for OpenDoor() */ +#if 1 + BlitBitmap(drawto, bitmap_db_door_1, DX, DY, DXSIZE, DYSIZE, 0, 0); +#else BlitBitmap(drawto, bitmap_db_door, DX, DY, DXSIZE, DYSIZE, DOOR_GFX_PAGEX1, DOOR_GFX_PAGEY1); +#endif #if 1 /* draw new control window (with border) to window */