Clear out some unneeded casts

This commit is contained in:
2014-12-10 19:34:02 -05:00
parent 004b6d1ace
commit 252d6818ee
4 changed files with 73 additions and 73 deletions

View File

@@ -185,8 +185,8 @@ void finish_load_party(){
current_pc = first_active_pc();
loaded_yet = true;
strcpy ((char *) last_load_file, file_to_load.filename().c_str());
// TODO: Why is this still a C-string?
strcpy (last_load_file, file_to_load.filename().c_str());
store_file_reply = file_to_load;
add_string_to_buf("Load: Game loaded. ");