This commit is contained in:
Daveo 2001-08-04 21:06:19 +00:00
parent ff13d67687
commit 80a6c35255
4 changed files with 21 additions and 1 deletions

View file

@ -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();
}
/*****************************************************************************/