diff options
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... |