Пример #1
0
 /**
  * Determines whether or not the en passant square should be marked. NOT YET IMPLEMENTED.
  *
  * @param showSqiEP whether or not to mark the en passant square
  */
 public void setShowSqiEP(boolean showSqiEP) {
   m_showSqiEP = showSqiEP;
   sqiEPChanged(m_position.getSqiEP());
 }