This commit is contained in:
parent
3401c0d0ac
commit
aa9b709247
4 changed files with 14 additions and 2 deletions
|
@ -91,7 +91,7 @@ void CGaryStopTrigger::collidedWith(CThing *_thisThing)
|
|||
|
||||
if ( !m_dropped )
|
||||
{
|
||||
if ( GameScene.getChapterNumber() != 6 )
|
||||
if ( GameScene.getChapterNumber() != 1 )
|
||||
{
|
||||
DVECTOR newPos = Pos;
|
||||
newPos.vy -= 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue