summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-22 19:11:50 +0000
committerrubidium <rubidium@openttd.org>2007-10-22 19:11:50 +0000
commit2c1bfe10ac74925c6b447df417ca39c2d722e2f5 (patch)
tree8e9a574309c890af02a04d3e0bc4fbd7aacb083d /src/gui.h
parentf8293ec0c552284c3f66a72453d8b4d6e417e71a (diff)
downloadopenttd-2c1bfe10ac74925c6b447df417ca39c2d722e2f5.tar.xz
(svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui.h b/src/gui.h
index 78be95fe5..d4da01714 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -88,6 +88,7 @@ enum {
/* Road specific actions */
DDSP_PLACE_ROAD_NE,
DDSP_PLACE_ROAD_NW,
+ DDSP_PLACE_AUTOROAD,
};
/* misc_gui.cpp */