This commit is contained in:
parent
c86b2d8d17
commit
efcf8736e5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ bool hasParent=getFXParentPos(Pos);
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
CFXBaseTrail::sList &CFXBaseTrail::moveHead()
|
CFXBaseTrail::sList &CFXBaseTrail::moveHead()
|
||||||
{
|
{
|
||||||
if ( Flags & FX_FLAG_HIDDEN )
|
if ( !( Flags & FX_FLAG_HIDDEN ) )
|
||||||
{
|
{
|
||||||
HeadIdx--;
|
HeadIdx--;
|
||||||
if (HeadIdx<0) HeadIdx+=LIST_SIZE;
|
if (HeadIdx<0) HeadIdx+=LIST_SIZE;
|
||||||
|
|
Loading…
Add table
Reference in a new issue