This commit is contained in:
Charles 2001-06-15 21:24:14 +00:00
parent f3c69806b7
commit 87d561c4ab
19 changed files with 331 additions and 65 deletions

View file

@ -37,6 +37,7 @@ void CWindLeftTrigger::collidedWith(CThing *_thisThing)
move.vy = 0;
player->shove( move );
player->setMoveVelocity( &move );
player->setFloating();
break;