src/gui.h
branchNewGRF_ports
changeset 6871 5a9dc001e1ad
parent 6868 7eb395287b3d
child 6872 1c4a4a609f85
--- a/src/gui.h	Sat Oct 06 21:16:00 2007 +0000
+++ b/src/gui.h	Mon Dec 03 23:39:38 2007 +0000
@@ -86,8 +86,9 @@
 	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,
 };
 
 /* misc_gui.cpp */
@@ -139,7 +140,7 @@
 void SetFiosType(const byte fiostype);
 
 /* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
-extern const byte _fios_colors[];
+extern const TextColour _fios_colors[];
 
 /* bridge_gui.cpp */
 void ShowBuildBridgeWindow(uint start, uint end, byte type);