View | Details | Raw Unified
Collapse All | Expand All

(-) yadex-1.7.0/src/wadlist.cc.old (-1 / +1 lines)
 Lines 175-181    Link Here 
  priv->iter = priv->list.erase (i);
  priv->iter = priv->list.erase (i);
  if (priv->iter == priv->list.begin ())
  if (priv->iter == priv->list.begin ())
  {
  {
    priv->iter = 0;			// Catch bugs
    priv->iter = (std::_List_iterator<boost::shared_ptr<Wad_file> >)NULL;			// Catch bugs
    priv->rewound = true;
    priv->rewound = true;
  }
  }
}
}