aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.cpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-04 07:42:19 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-04 07:42:19 -0400
commitb2ea70a36ba2249383c9b5cb3c2c784c28311938 (patch)
treea1f88f257a0b718137d29547179a553f711d1096 /src/world.cpp
parenta45daeda3633bdf25267a0186b39618269dca970 (diff)
Scrub
Diffstat (limited to 'src/world.cpp')
-rw-r--r--src/world.cpp2
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());