From 7957bdde137db5d59dc39e01f08661ee8c768ebd Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 16 Apr 2008 19:01:09 +0000 Subject: (svn r12737) -Codechange: Replace vector with a cut down class to allocate space as necessary. This avoids copying data around for vector's push_back() function. --- projects/openttd_vs90.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'projects/openttd_vs90.vcproj') diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 435e7f87e..5b6c66137 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -2268,6 +2268,10 @@ RelativePath=".\..\src\misc\hashtable.hpp" > + + -- cgit v1.2.3-54-g00ecf