0x004944B6
| 60 | |
| 61 | // 0x004944B6 |
| 62 | bool updateDockStationAnimation(const Animation& anim) |
| 63 | { |
| 64 | return updateStationAnimation<DockObject>(anim, StationType::docks); |
| 65 | } |
| 66 | |
| 67 | // 0x004939ED |
| 68 | bool updateAirportStationAnimation(const Animation& anim) |
no outgoing calls
no test coverage detected