This commit is contained in:
parent
c86b2d8d17
commit
efcf8736e5
@ -42,7 +42,7 @@ bool hasParent=getFXParentPos(Pos);
|
||||
/*****************************************************************************/
|
||||
CFXBaseTrail::sList &CFXBaseTrail::moveHead()
|
||||
{
|
||||
if ( Flags & FX_FLAG_HIDDEN )
|
||||
if ( !( Flags & FX_FLAG_HIDDEN ) )
|
||||
{
|
||||
HeadIdx--;
|
||||
if (HeadIdx<0) HeadIdx+=LIST_SIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user