(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels.

This commit is contained in:
2007-02-20 22:09:21 +00:00
parent 6621beb126
commit ef2daa5060
24 changed files with 315 additions and 371 deletions

View File

@@ -172,6 +172,9 @@
<File
RelativePath=".\..\src\callback_table.cpp">
</File>
<File
RelativePath=".\..\src\cargotype.cpp">
</File>
<File
RelativePath=".\..\src\command.cpp">
</File>
@@ -398,6 +401,9 @@
<File
RelativePath=".\..\src\bmp.h">
</File>
<File
RelativePath=".\..\src\cargotype.h">
</File>
<File
RelativePath=".\..\src\command.h">
</File>
@@ -848,6 +854,9 @@
<File
RelativePath=".\..\src\table\build_industry.h">
</File>
<File
RelativePath=".\..\src\table\cargo_const.h">
</File>
<File
RelativePath=".\..\src\table\clear_land.h">
</File>
@@ -863,9 +872,6 @@
<File
RelativePath=".\..\src\table\industry_land.h">
</File>
<File
RelativePath=".\..\src\table\landscape_const.h">
</File>
<File
RelativePath=".\..\src\table\landscape_sprite.h">
</File>

View File

@@ -455,6 +455,9 @@
<File
RelativePath=".\..\src\callback_table.cpp">
</File>
<File
RelativePath=".\..\src\cargotype.cpp">
</File>
<File
RelativePath=".\..\src\command.cpp">
</File>
@@ -681,6 +684,9 @@
<File
RelativePath=".\..\src\bmp.h">
</File>
<File
RelativePath=".\..\src\cargotype.h">
</File>
<File
RelativePath=".\..\src\command.h">
</File>
@@ -1131,6 +1137,9 @@
<File
RelativePath=".\..\src\table\build_industry.h">
</File>
<File
RelativePath=".\..\src\table\cargo_const.h">
</File>
<File
RelativePath=".\..\src\table\clear_land.h">
</File>
@@ -1146,9 +1155,6 @@
<File
RelativePath=".\..\src\table\industry_land.h">
</File>
<File
RelativePath=".\..\src\table\landscape_const.h">
</File>
<File
RelativePath=".\..\src\table\landscape_sprite.h">
</File>