This commit is contained in:
Charles 2001-06-19 21:58:32 +00:00
parent c86b2d8d17
commit efcf8736e5

View File

@ -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;