src/rail.h
changeset 10000 57463dc267a0
parent 9775 22e256c3bf46
child 10001 df9284007ed5
equal deleted inserted replaced
9999:d88ba8e0fd38 10000:57463dc267a0
    67 		CursorID convert;    ///< Cursor for converting track
    67 		CursorID convert;    ///< Cursor for converting track
    68 	} cursor;
    68 	} cursor;
    69 
    69 
    70 	struct {
    70 	struct {
    71 		StringID toolbar_caption;
    71 		StringID toolbar_caption;
       
    72 		StringID menu_text;
       
    73 		StringID build_caption;
       
    74 		StringID replace_text;
       
    75 		StringID new_loco;
    72 	} strings;
    76 	} strings;
    73 
    77 
    74 	/** sprite number difference between a piece of track on a snowy ground and the corresponding one on normal ground */
    78 	/** sprite number difference between a piece of track on a snowy ground and the corresponding one on normal ground */
    75 	SpriteID snow_offset;
    79 	SpriteID snow_offset;
    76 
    80