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