fixed always redrawing global border when redrawing playfield area
authorHolger Schemel <info@artsoft.org>
Mon, 9 Apr 2018 22:42:50 +0000 (00:42 +0200)
committerHolger Schemel <info@artsoft.org>
Mon, 9 Apr 2018 22:42:50 +0000 (00:42 +0200)
commitb79766b48296f48b54891db91d1ca3a76861a5cc
tree8cccd014ed2c34c514b878ec37192366fc4f709b
parent7b1ffea2177d102ab48ecde6c9fdfdb1b0dae0d8
fixed always redrawing global border when redrawing playfield area

When in the level editor, the "special editor door" area was not redrawn
correctly when redrawing the global border, but was instead always
redrawn with the "normal" border (without special treatment for the
larger editor door area).

This workaround fixes redrawing the global border inside the level editor.
src/tools.c