This commit is contained in:
Daveo 2001-06-19 21:19:01 +00:00
parent 662cc8b305
commit abd972b38a
17 changed files with 341 additions and 426 deletions

View file

@ -42,7 +42,7 @@ bool hasParent=getFXParentPos(Pos);
/*****************************************************************************/
CFXBaseTrail::sList &CFXBaseTrail::moveHead()
{
if ( IsVisible )
if ( Flags & FX_FLAG_HIDDEN )
{
HeadIdx--;
if (HeadIdx<0) HeadIdx+=LIST_SIZE;