aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-11 21:20:57 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-11 21:20:57 -0500
commitb018bfd5d69a51b352cc87cf92136a0b20712845 (patch)
tree7f2406454b286f017b9507239714674a6f7e0fc0 /main.cpp
parent37ae27d47e148f3b4b7eaaa76ce98df680abcc6f (diff)
who knows
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/main.cpp b/main.cpp
index 66b729a..712c44a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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...