This commit is contained in:
parent
ff13d67687
commit
80a6c35255
4 changed files with 21 additions and 1 deletions
|
@ -23,6 +23,7 @@ void CFXBubble::init(DVECTOR const &_Pos)
|
|||
Velocity.vy=-(getRndRange(4)+1);
|
||||
CurrentScaleX=CurrentScaleY=getRndRange(ONE/2)+(ONE/2);
|
||||
XIdx=getRnd()&15;
|
||||
if (!isOnScreen(_Pos)) setToShutdown();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue