more tabs to spaces
This commit is contained in:
@@ -380,7 +380,7 @@ term_start_bgcolor(int bgcolor)
|
||||
#ifdef TEXTCOLOR
|
||||
if (!monoflag) {
|
||||
if (bgcolor >= 0 && bgcolor < CLR_MAX)
|
||||
curframecolor = bgcolor;
|
||||
curframecolor = bgcolor;
|
||||
}
|
||||
#endif
|
||||
// pline("after bgcolor = %d, curframecolor = %d", bgcolor, curframecolor);
|
||||
|
||||
@@ -96,7 +96,7 @@ static struct map_struct {
|
||||
for (x = 0; x < COLNO; ++x) { \
|
||||
map[y][x].glyph = GLYPH_UNEXPLORED; \
|
||||
map[y][x].ch = glyph2ttychar(GLYPH_UNEXPLORED); \
|
||||
map[y][x].framecolor = NO_COLOR; \
|
||||
map[y][x].framecolor = NO_COLOR; \
|
||||
map[y][x].attr = 0; \
|
||||
map[y][x].special = 0; \
|
||||
map[y][x].tileidx = Tile_unexplored; \
|
||||
|
||||
Reference in New Issue
Block a user