diff options
Diffstat (limited to 'source/cPawn.cpp')
-rw-r--r-- | source/cPawn.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPawn.cpp b/source/cPawn.cpp index ed16f57bb..4ec75eaa9 100644 --- a/source/cPawn.cpp +++ b/source/cPawn.cpp @@ -111,7 +111,7 @@ void cPawn::KilledBy( cEntity* a_Killer ) -void cPawn::TeleportTo( cEntity* a_Entity )
+void cPawn::TeleportToEntity( cEntity* a_Entity )
{
TeleportTo( a_Entity->GetPosX(), a_Entity->GetPosY(), a_Entity->GetPosZ() );
}
|