(svn r11339) -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13.

This commit is contained in:
rubidium
2007-10-22 19:11:50 +00:00
parent f8293ec0c5
commit 2c1bfe10ac
7 changed files with 159 additions and 35 deletions

View File

@@ -88,6 +88,7 @@ enum {
/* Road specific actions */
DDSP_PLACE_ROAD_NE,
DDSP_PLACE_ROAD_NW,
DDSP_PLACE_AUTOROAD,
};
/* misc_gui.cpp */