X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Feditor.c;h=367071bf811200b09eb96ee1312809b783a95ea3;hb=0e791f8acbb619ddcda4f77716ee31d4ec34ec16;hp=81d189decd0a7b1ba08ddddd291c4441abac2e59;hpb=753225dadc348905deb53998f3512293feeb13f2;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 81d189de..367071bf 100644 --- a/src/editor.c +++ b/src/editor.c @@ -7571,8 +7571,10 @@ void DrawLevelEd() DrawSpecialEditorDoor(); /* draw new control window */ - BlitBitmap(graphic_info[IMG_GLOBAL_DOOR].bitmap, drawto, - DOOR_GFX_PAGEX8, 236, EXSIZE, EYSIZE, EX, EY); + BlitBitmap(graphic_info[IMG_BACKGROUND_TOOLBOX].bitmap, drawto, + graphic_info[IMG_BACKGROUND_TOOLBOX].src_x, + graphic_info[IMG_BACKGROUND_TOOLBOX].src_y, + EXSIZE, EYSIZE, EX, EY); // redraw_mask |= REDRAW_ALL;