Remove c_str() calls made redundant by the previous commit

This commit is contained in:
2014-04-15 21:18:36 -04:00
parent f91ca72631
commit 6060ba6750
8 changed files with 22 additions and 23 deletions

View File

@@ -42,7 +42,6 @@ void through_sending();
RECT coord_to_rect(short i,short j);
void make_cursor_sword() ;
std::string get_str(std::string list, short j);
short string_length(char *str);
short calc_day();
bool day_reached(unsigned char which_day, unsigned char which_event);
void Draw_Some_Item (sf::Texture& src_gworld, RECT src_rect, sf::RenderTarget& targ_gworld, location target, char masked, short main_win);