diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-11 21:20:57 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-11 21:20:57 -0500 |
commit | b018bfd5d69a51b352cc87cf92136a0b20712845 (patch) | |
tree | 7f2406454b286f017b9507239714674a6f7e0fc0 /main.cpp | |
parent | 37ae27d47e148f3b4b7eaaa76ce98df680abcc6f (diff) |
who knows
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -142,13 +142,10 @@ int main(int argc, char *argv[]) xmlFolder = "xml/"; // read in all XML file names in the folder - std::vector<std::string> xmlFiles; + std::list<std::string> xmlFiles; if (getdir(std::string("./" + xmlFolder).c_str(), xmlFiles)) UserError("Error reading XML files!!!"); - // alphabetically sort files - strVectorSortAlpha(&xmlFiles); - // kill the world if needed if (worldReset) { // TODO TODO TODO we do xml/*.dat now... |