This commit is contained in:
Charles 2001-07-16 20:50:07 +00:00
parent 3401c0d0ac
commit aa9b709247
4 changed files with 14 additions and 2 deletions

View file

@ -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;