fixed compile error in editor

This commit is contained in:
Dave White 2004-04-24 16:09:24 +00:00
parent 5e5fd9a519
commit fbb1cb27ac

View file

@ -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;