(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.
This commit is contained in:
@@ -512,6 +512,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_callbacks.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_canal.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_cargo.h">
|
||||
</File>
|
||||
@@ -934,6 +937,9 @@
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_canal.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_cargo.cpp">
|
||||
</File>
|
||||
|
||||
@@ -911,6 +911,10 @@
|
||||
RelativePath=".\..\src\newgrf_callbacks.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_canal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_cargo.h"
|
||||
>
|
||||
@@ -1467,6 +1471,10 @@
|
||||
RelativePath=".\..\src\newgrf.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_canal.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\newgrf_cargo.cpp"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user