(svn r11446) -Codechange: change the naming of road related code parts to something more descriptive

-Change: invert the two single roads gui buttons, making it consistent with rails toolbar
Based on a patch by Octopussy
This commit is contained in:
skidd13
2007-11-17 01:10:06 +00:00
parent f9eba326c3
commit 67c371f3d9
3 changed files with 43 additions and 43 deletions

View File

@@ -86,8 +86,8 @@ enum {
DDSP_CONVERT_RAIL,
/* Road specific actions */
DDSP_PLACE_ROAD_NE,
DDSP_PLACE_ROAD_NW,
DDSP_PLACE_ROAD_X_DIR,
DDSP_PLACE_ROAD_Y_DIR,
DDSP_PLACE_AUTOROAD,
};