diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-04 07:42:19 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-04 07:42:19 -0400 |
commit | b2ea70a36ba2249383c9b5cb3c2c784c28311938 (patch) | |
tree | a1f88f257a0b718137d29547179a553f711d1096 /src/world.cpp | |
parent | a45daeda3633bdf25267a0186b39618269dca970 (diff) |
Scrub
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()); |