|
OpenTTD Source
14.0-beta1
|
Structure for ship sub-coordinate data for moving into a new tile via a Diagdir onto a Track. More...
Data Fields | |
| byte | x_subcoord |
| New X sub-coordinate on the new tile. | |
| byte | y_subcoord |
| New Y sub-coordinate on the new tile. | |
| Direction | dir |
| New Direction to move in on the new track. | |
Structure for ship sub-coordinate data for moving into a new tile via a Diagdir onto a Track.
Definition at line 559 of file ship_cmd.cpp.