Remove the string forwarders that were introduced to allow use of the original string indices

(A few things might be broken, probably just related to recording talk/encounter notes.)
This commit is contained in:
2014-12-15 13:55:00 -05:00
parent c90afdc013
commit c6d960d078
24 changed files with 568 additions and 277 deletions

View File

@@ -39,7 +39,7 @@ void draw_buttons(short mode);
void reset_text_bar();
void draw_text_bar(short mode);
void refresh_text_bar();
void put_text_bar(char *str);
void put_text_bar(std::string str);
void draw_terrain(short mode = 0);
void place_trim(short q,short r,location where,ter_num_t ter_type);
void draw_trim(short q,short r,short which_trim,short which_mode);