diff options
Diffstat (limited to 'src/world.cpp')
-rw-r--r-- | src/world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/world.cpp b/src/world.cpp index 8a46e8d..bcd4f7a 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -1505,7 +1505,7 @@ loadWorldFromXMLNoSave( std::string path ) { return NULL; std::cout << "File path: " << path << std::endl; - currentXML = std::string("storyXML/" + path); + currentXML = std::string(xmlFolder + path); std::cout << "Full file path: " << currentXML << std::endl; xml.LoadFile(currentXML.c_str()); |