This commit is contained in:
parent
662cc8b305
commit
abd972b38a
17 changed files with 341 additions and 426 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue