1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r22973) -Add: support for replacing the buoy via action123

This commit is contained in:
rubidium
2011-10-02 20:26:43 +00:00
parent 10fe88ba26
commit 1842622d81
2 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,8 @@ enum CanalFeature {
CF_DOCKS,
CF_RIVER_SLOPE,
CF_RIVER_EDGE,
CF_RIVER_GUI,
CF_BUOY,
CF_END,
};