Remove a few TODO notes that look obsolete

This commit is contained in:
2024-08-27 09:18:42 -04:00
parent 392f43ec89
commit 8cc8f5e2b7
3 changed files with 3 additions and 4 deletions

View File

@@ -797,7 +797,7 @@ void handle_equip_item(short item_hit, bool& need_redraw) {
}
if(overall_mode == MODE_USE_TOWN) {
// TODO: Uh, this looks wrong somehow.
// This handles someone pressing the "Use Space" button and then clicking on an item.
add_string_to_buf("Note: Clicking 'U' button by item uses the item.", 2);
use_item(stat_window, item_hit);
overall_mode = MODE_TOWN;
@@ -3294,4 +3294,4 @@ void handle_rename_pc() {
pick_pc_name(choice,nullptr);
put_pc_screen();
put_item_screen(stat_window);
}
}