Function verify_file now returns a value...

This commit is contained in:
Bram Ridder 2005-07-12 19:59:16 +00:00
parent 53b69ce5b3
commit 8e0b2a0a82

View File

@ -1082,6 +1082,8 @@ bool map_editor::verify_filename(const std::string& filename, bool show_error) c
}
return false;
}
return true;
}
void map_editor::show_menu(const std::vector<std::string>& items_arg, const int xloc,
const int yloc, const bool /*context_menu*/) {