(svn r9797) -Feature: [NewGRF] Add action 1, 2 and 3 support for canals.

This commit is contained in:
peter1138
2007-05-06 18:14:33 +00:00
parent b0e3c0d40a
commit 37a873e03c
9 changed files with 242 additions and 42 deletions

View File

@@ -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>

View 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"
>