mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-13 20:03:23 +01:00
PlayModel: remove a TODO
This commit is contained in:
parent
0a7aa2ce8e
commit
6a553bf2f5
1 changed files with 2 additions and 3 deletions
|
@ -59,9 +59,8 @@ void PlayModel::setMove(const Move &iMove)
|
||||||
LOG_DEBUG("Setting PlayModel move to " << lfw(iMove.toString()));
|
LOG_DEBUG("Setting PlayModel move to " << lfw(iMove.toString()));
|
||||||
|
|
||||||
// Avoid useless work
|
// Avoid useless work
|
||||||
// TODO
|
if (iMove == m_currMove)
|
||||||
//if (iMove == m_currMove)
|
return;
|
||||||
// return;
|
|
||||||
|
|
||||||
m_prevMove = m_currMove;
|
m_prevMove = m_currMove;
|
||||||
m_currMove = iMove;
|
m_currMove = iMove;
|
||||||
|
|
Loading…
Reference in a new issue