(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses.
Basically, it is more a gathering of IDs from grf files and ingame data.
This commit is contained in:
@@ -518,6 +518,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_cargo.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_commons.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_config.h">
|
||||
</File>
|
||||
@@ -946,6 +949,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_cargo.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_commons.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_config.cpp">
|
||||
</File>
|
||||
|
@@ -919,6 +919,10 @@
|
||||
RelativePath=".\..\src\newgrf_cargo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_commons.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_config.h"
|
||||
>
|
||||
@@ -1483,6 +1487,10 @@
|
||||
RelativePath=".\..\src\newgrf_cargo.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_commons.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_config.cpp"
|
||||
>
|
||||
|
Reference in New Issue
Block a user