forked from mirror/OpenTTD
(svn r11939) -Codechange: some type fixes and very initial steps into supporting NDS by default. Based on work by Dominik.
This commit is contained in:
@@ -26,6 +26,7 @@ enum VehicleEnterTileStatus {
|
||||
* VETS_ENTERED_STATION is set
|
||||
*/
|
||||
VETS_STATION_ID_OFFSET = 8,
|
||||
VETS_STATION_MASK = 0xFFFF << VETS_STATION_ID_OFFSET,
|
||||
|
||||
/** Bit sets of the above specified bits */
|
||||
VETSB_CONTINUE = 0, ///< The vehicle can continue normally
|
||||
|
Reference in New Issue
Block a user