(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.

This commit is contained in:
peter1138
2007-02-22 22:09:51 +00:00
parent 11f286fb74
commit 2306a02f75
12 changed files with 75 additions and 131 deletions

View File

@@ -913,9 +913,6 @@
<File
RelativePath=".\..\src\newgrf.cpp">
</File>
<File
RelativePath=".\..\src\newgrf_cargo.cpp">
</File>
<File
RelativePath=".\..\src\newgrf_config.cpp">
</File>

View File

@@ -1439,10 +1439,6 @@
RelativePath=".\..\src\newgrf.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_cargo.cpp"
>
</File>
<File
RelativePath=".\..\src\newgrf_config.cpp"
>