diff options
author | peter1138 <peter1138@openttd.org> | 2007-02-20 22:09:21 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2007-02-20 22:09:21 +0000 |
commit | ef2daa5060e251834e82df1ba3e081579ff84f2f (patch) | |
tree | 9caff20858ac3f06265e4f69d54b9cdb03a47004 /projects | |
parent | 6621beb126c4bf1481b9d7826f3efd10c2bb8308 (diff) | |
download | openttd-ef2daa5060e251834e82df1ba3e081579ff84f2f.tar.xz |
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 12 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 12 |
2 files changed, 18 insertions, 6 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 90785e5d8..c4ad8b602 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -173,6 +173,9 @@ RelativePath=".\..\src\callback_table.cpp"> </File> <File + RelativePath=".\..\src\cargotype.cpp"> + </File> + <File RelativePath=".\..\src\command.cpp"> </File> <File @@ -399,6 +402,9 @@ RelativePath=".\..\src\bmp.h"> </File> <File + RelativePath=".\..\src\cargotype.h"> + </File> + <File RelativePath=".\..\src\command.h"> </File> <File @@ -849,6 +855,9 @@ RelativePath=".\..\src\table\build_industry.h"> </File> <File + RelativePath=".\..\src\table\cargo_const.h"> + </File> + <File RelativePath=".\..\src\table\clear_land.h"> </File> <File @@ -864,9 +873,6 @@ RelativePath=".\..\src\table\industry_land.h"> </File> <File - RelativePath=".\..\src\table\landscape_const.h"> - </File> - <File RelativePath=".\..\src\table\landscape_sprite.h"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index a22b02c92..33de811c8 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -456,6 +456,9 @@ RelativePath=".\..\src\callback_table.cpp"> </File> <File + RelativePath=".\..\src\cargotype.cpp"> + </File> + <File RelativePath=".\..\src\command.cpp"> </File> <File @@ -682,6 +685,9 @@ RelativePath=".\..\src\bmp.h"> </File> <File + RelativePath=".\..\src\cargotype.h"> + </File> + <File RelativePath=".\..\src\command.h"> </File> <File @@ -1132,6 +1138,9 @@ RelativePath=".\..\src\table\build_industry.h"> </File> <File + RelativePath=".\..\src\table\cargo_const.h"> + </File> + <File RelativePath=".\..\src\table\clear_land.h"> </File> <File @@ -1147,9 +1156,6 @@ RelativePath=".\..\src\table\industry_land.h"> </File> <File - RelativePath=".\..\src\table\landscape_const.h"> - </File> - <File RelativePath=".\..\src\table\landscape_sprite.h"> </File> <File |