MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / MovingTarget

Method MovingTarget

src/Savegame/MovingTarget.cpp:30–32  ·  view source on GitHub ↗

* Initializes a moving target with blank coordinates. */

Source from the content-addressed store, hash-verified

28 * Initializes a moving target with blank coordinates.
29 */
30MovingTarget::MovingTarget() : Target(), _dest(0), _speedLon(0.0), _speedLat(0.0), _speedRadian(0.0), _speed(0)
31{
32}
33
34/**
35 * Make sure to cleanup the target's destination followers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected