forked from mirror/OpenTTD
(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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user