This commit is contained in:
parent
f1fe0ed2da
commit
cf9a66a91e
11 changed files with 55 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue