mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 17:22:57 +00:00
Function verify_file now returns a value...
This commit is contained in:
parent
53b69ce5b3
commit
8e0b2a0a82
@ -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*/) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user