1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType().

-Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys.
-Remove: [NoAI] AIBuoyList.
This commit is contained in:
frosch
2010-01-04 19:42:29 +00:00
parent 27fc22a76b
commit 1ed599f5cf
17 changed files with 68 additions and 110 deletions

View File

@@ -2639,10 +2639,6 @@
RelativePath=".\..\src\ai\api\ai_bridgelist.hpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_buoylist.hpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_cargo.hpp"
>
@@ -2863,10 +2859,6 @@
RelativePath=".\..\src\ai\api\ai_bridgelist.cpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_buoylist.cpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_cargo.cpp"
>

View File

@@ -2636,10 +2636,6 @@
RelativePath=".\..\src\ai\api\ai_bridgelist.hpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_buoylist.hpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_cargo.hpp"
>
@@ -2860,10 +2856,6 @@
RelativePath=".\..\src\ai\api\ai_bridgelist.cpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_buoylist.cpp"
>
</File>
<File
RelativePath=".\..\src\ai\api\ai_cargo.cpp"
>