| 55 | } |
| 56 | |
| 57 | TrackAndDirection::_RoadAndDirection rad() const |
| 58 | { |
| 59 | return TrackAndDirection::_RoadAndDirection((trackAndDirection & 0x78) >> 3, trackAndDirection & 0x7); |
| 60 | } |
| 61 | }; |
| 62 | |
| 63 | // Note: This is not binary identical to vanilla so cannot be hooked! |
no test coverage detected