diff options
author | smatz <smatz@openttd.org> | 2009-07-01 18:45:05 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-07-01 18:45:05 +0000 |
commit | 76a50ce94dc7c78d76c309d8a639591fed2a2da8 (patch) | |
tree | 342be7030b9760781f886bca89cbe01863985008 /projects | |
parent | aaeb53066dff98cac2d66d1f02f545d14c9f650c (diff) | |
download | openttd-76a50ce94dc7c78d76c309d8a639591fed2a2da8.tar.xz |
(svn r16714) -Codechange: use pool-like accessors for Subsidy
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 868b00e1a..c2484f44c 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1476,11 +1476,11 @@ > </File> <File - RelativePath=".\..\src\subsidy_func.h" + RelativePath=".\..\src\subsidy_base.h" > </File> <File - RelativePath=".\..\src\subsidy_type.h" + RelativePath=".\..\src\subsidy_func.h" > </File> <File diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 552a59440..325e2f926 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -1473,11 +1473,11 @@ > </File> <File - RelativePath=".\..\src\subsidy_func.h" + RelativePath=".\..\src\subsidy_base.h" > </File> <File - RelativePath=".\..\src\subsidy_type.h" + RelativePath=".\..\src\subsidy_func.h" > </File> <File |