summaryrefslogtreecommitdiff
path: root/src/fileio.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-09-14 23:03:28 +0000
committertruelight <truelight@openttd.org>2007-09-14 23:03:28 +0000
commit357783eb1e0c8a80e29f6adba99ead89136ac43f (patch)
treed0590d36995a3ef4c719803d36944bf3b9ce9441 /src/fileio.cpp
parent2a3919ed104acb8c9a677fbcc0dc33c0c3b301af (diff)
downloadopenttd-357783eb1e0c8a80e29f6adba99ead89136ac43f.tar.xz
(svn r11109) -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!)
Diffstat (limited to 'src/fileio.cpp')
-rw-r--r--src/fileio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.cpp b/src/fileio.cpp
index f4d7e847f..c1542f81e 100644
--- a/src/fileio.cpp
+++ b/src/fileio.cpp
@@ -204,7 +204,7 @@ const char *_subdirs[NUM_SUBDIRS] = {
};
const char *_searchpaths[NUM_SEARCHPATHS];
-std::list<const char *> _tar_list;
+std::vector<const char *> _tar_list;
/**
* Check whether the given file exists