| 284 | } |
| 285 | |
| 286 | void ArcadeUnitInfo::AddOffset(Vector3Par offset) |
| 287 | { |
| 288 | position += offset; |
| 289 | position[1] = GLOB_LAND->RoadSurfaceYAboveWater(position[0], position[2]); |
| 290 | } |
| 291 | |
| 292 | void ArcadeUnitInfo::Rotate(Vector3Par center, float angle, bool sel) |
| 293 | { |
no test coverage detected