This commit is contained in:
Daveo 2001-07-03 20:52:09 +00:00
parent d16d2ce244
commit 248ff0f03f
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@ void CFXThwack::init(DVECTOR const &_Pos)
OtPos=OTPOS__ACTOR_POS-1;
Angle=getRnd()&4095;
Scale=2048+1024+(getRnd()&2047);
Flags |=FX_FLAG_HAS_LIFE;
}
/*****************************************************************************/