aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
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...