Scrub hard-coded text and buttons from inventory and stat area images

This commit is contained in:
2015-08-31 11:31:51 -04:00
parent 15ca61f869
commit 86dc17b7bc
14 changed files with 81 additions and 70 deletions

View File

@@ -154,7 +154,7 @@ bool run_trap(short pc_num,eTrapType trap_type,short trap_level,short diff) {
add_string_to_buf("ERROR: Invalid trap type."); // should never be reached
}
put_pc_screen();
put_item_screen(stat_window,0);
put_item_screen(stat_window);
return false;
}