This commit is contained in:
Charles 2001-07-18 16:09:39 +00:00
parent 58f7b9a09c
commit 2b53245342
3 changed files with 27 additions and 15 deletions

View file

@ -64,7 +64,7 @@ void CRestartPointTrigger::collidedWith(CThing *_thisThing)
collisionArea=getCollisionArea();
respawnPos.vx=collisionArea.x1+((collisionArea.x2-collisionArea.x1)/2);
respawnPos.vy=collisionArea.y2;
((CPlayer*)_thisThing)->setRespawnPosAndRingTelephone(respawnPos);
((CPlayer*)_thisThing)->setRespawnPos(respawnPos);
break;
}