Skip to content

Commit

Permalink
Update src/magic.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Kenshut and github-actions[bot] authored Oct 26, 2023
1 parent 669537b commit e1ab3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@ class spellcasting_callback : public uilist_callback
}

void refresh( uilist *menu ) override {
const std::string space( menu->pad_right - 2, ' ' );
const std::string space( menu->pad_right - 2, ' ' );
mvwputch( menu->window, point( menu->w_width - menu->pad_right, 0 ), c_magenta, LINE_OXXX );
mvwputch( menu->window, point( menu->w_width - menu->pad_right, menu->w_height - 1 ), c_magenta,
LINE_XXOX );
Expand Down

0 comments on commit e1ab3ce

Please sign in to comment.