allow map interface tiles to be cleared

develop
Myk Taylor 2023-02-21 13:04:41 -08:00
parent 816371ca69
commit 88516a899a
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 1 deletions

@ -130,7 +130,7 @@ static bool doSetTile_map(const Pen &pen, int x, int y) {
long texpos = pen.tile;
if (!texpos && pen.ch)
texpos = init->font.large_font_texpos[(uint8_t)pen.ch];
if (texpos)
else
vp->screentexpos_interface[index] = texpos;
return true;
}