fixed compile error in editor
This commit is contained in:
parent
5e5fd9a519
commit
fbb1cb27ac
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ void map_editor::main_loop() {
|
|||
|
||||
|
||||
std::string get_filename_from_dialog(CVideo &video, config &cfg) {
|
||||
std::string path = WESNOTH_PATH;
|
||||
std::string path = game_config::path;
|
||||
path += "/data/maps/";
|
||||
|
||||
display::unit_map u_map;
|
||||
|
|
Loading…
Add table
Reference in a new issue