This commit is contained in:
parent
33985a09f1
commit
d2b2ea04b9
10 changed files with 11 additions and 49 deletions
|
@ -54,7 +54,8 @@ void CFXFallingTile::think(int _frames)
|
|||
Pos.vx+=Velocity.vx;
|
||||
Pos.vy+=Velocity.vy;
|
||||
Velocity.vy++;
|
||||
if (Life) Life--;
|
||||
Life--;
|
||||
if (!Life) setToShutdown();
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue