diff options
Diffstat (limited to 'src/game/Traveller.h')
-rw-r--r-- | src/game/Traveller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Traveller.h b/src/game/Traveller.h index 22200c719ec..5fb31df83e0 100644 --- a/src/game/Traveller.h +++ b/src/game/Traveller.h @@ -139,7 +139,7 @@ inline float Traveller<Player>::GetMoveDestinationTo(float x, float y, float z) template<> inline void Traveller<Player>::Relocation(float x, float y, float z, float orientation) { - i_traveller.GetMap()->PlayerRelocation(&i_traveller, x, y, z, orientation); + i_traveller.SetPosition(x, y, z, orientation); } template<> |