This commit is contained in:
Paul 2001-07-26 20:00:55 +00:00
parent f1fe0ed2da
commit cf9a66a91e
11 changed files with 55 additions and 24 deletions

View file

@ -68,7 +68,7 @@ void CLookTrigger::collidedWith(CThing *_thisThing)
collArea.y2=collArea.y1+10;
if(checkCollisionAgainstArea(&collArea))
{
((CPlayer*)_thisThing)->setLedgeLookAhead(+4);
((CPlayer*)_thisThing)->setLedgeLookAhead(m_val0);
}
break;