X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.c;h=44abf5bd4170410b41a49b55db6162a75fcbec86;hb=f3e3bb074cc627f4b7ced30ea8db822538692c19;hp=76122ed945fb2638caec5d3fe03a1414ffeda4dd;hpb=0f953325f06ce1e21439fd90fd1d73d8ee515095;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 76122ed9..44abf5bd 100644 --- a/src/tools.c +++ b/src/tools.c @@ -4926,8 +4926,6 @@ static boolean RequestDoor(char *text, unsigned int req_state) OpenDoor(DOOR_OPEN_1); - SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1); - // ---------- handle request buttons ---------- result = RequestHandleEvents(req_state, draw_buffer_last); @@ -4957,8 +4955,6 @@ static boolean RequestEnvelope(char *text, unsigned int req_state) DrawEnvelopeRequest(text, req_state); ShowEnvelopeRequest(text, req_state, ACTION_OPENING); - SetDrawBackgroundMask(REDRAW_FIELD | REDRAW_DOOR_1); - // ---------- handle request buttons ---------- result = RequestHandleEvents(req_state, draw_buffer_last);