Skip to content

Commit

Permalink
use named constant (#34224)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT authored and kevingranade committed Sep 25, 2019
1 parent 15af49a commit 8d08e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overmap_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ void draw( const catacurses::window &w, const catacurses::window &wbar, const tr
maxlen = std::max( maxlen, utf8_width( line.second ) );
}

mvwputch( w, point( 1, 1 ), c_white, LINE_OXXO );
mvwputch( w, point_south_east, c_white, LINE_OXXO );
for( int i = 0; i <= maxlen; i++ ) {
mvwputch( w, point( i + 2, 1 ), c_white, LINE_OXOX );
}
Expand Down

0 comments on commit 8d08e41

Please sign in to comment.