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
commitf438dcdd67f5f3654a2ef937bfa7af4ff762966c (patch)
treed0590d36995a3ef4c719803d36944bf3b9ce9441 /src/fileio.cpp
parente8ff9ee98224ba8d5c88359dc5f1059abaffdd37 (diff)
downloadopenttd-f438dcdd67f5f3654a2ef937bfa7af4ff762966c.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