This commit is contained in:
parent
662cc8b305
commit
abd972b38a
17 changed files with 341 additions and 426 deletions
|
@ -20,11 +20,10 @@ void CFXBubble::init(DVECTOR const &_Pos)
|
|||
{
|
||||
CFXBaseAnim::init(_Pos);
|
||||
Life=32+getRndRange(63);
|
||||
VelY=-getRndRange(4)-1;
|
||||
CurrentScaleX=CurrentScaleY=getRndRange(DataPtr->Scale/2)+(DataPtr->Scale/2);
|
||||
Velocity.vy=-(getRndRange(4)+1);
|
||||
CurrentScaleX=CurrentScaleY=getRndRange(ONE/2)+(ONE/2);
|
||||
Die=0;
|
||||
XIdx=getRnd()&15;
|
||||
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -55,7 +54,6 @@ void CFXBubble::think(int _frames)
|
|||
/*****************************************************************************/
|
||||
void CFXBubble::killFX()
|
||||
{
|
||||
|
||||
Die=1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue