This commit is contained in:
parent
eefc209b58
commit
5901bd4aba
4 changed files with 139 additions and 3 deletions
|
@ -105,7 +105,7 @@ void CPlayerModeBubbleMixture::think()
|
|||
CNpcPlatform *bubble;
|
||||
DVECTOR pos;
|
||||
bubble=new ("bubble platform") CNpcPlatform;
|
||||
bubble->setType( CNpcPlatform::NPC_BUBBLE_PLATFORM );
|
||||
bubble->setType( CNpcPlatform::NPC_PLAYER_BUBBLE_PLATFORM );
|
||||
pos=m_player->getPos();
|
||||
pos.vx+=buboff.vx*m_player->getFacing();
|
||||
pos.vy+=buboff.vy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue