This commit is contained in:
parent
5bcc1f3ef9
commit
28e212b5c2
8 changed files with 78 additions and 7 deletions
|
@ -16,6 +16,7 @@
|
|||
-------- */
|
||||
|
||||
#include "player\pmbubble.h"
|
||||
#include "enemy\nplatfrm.h"
|
||||
|
||||
|
||||
/* Std Lib
|
||||
|
@ -94,6 +95,10 @@ void CPlayerModeBubbleMixture::think()
|
|||
// Start the anim off
|
||||
m_blowFrame=0;
|
||||
m_blowing=true;
|
||||
|
||||
CNpcPlatform *bubble = new ("bubble platform") CNpcPlatform;
|
||||
bubble->setType( CNpcPlatform::NPC_BUBBLE_PLATFORM );
|
||||
bubble->init( m_player->getPos(), 4 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue