- correct empty round to have valid coord

This commit is contained in:
Antoine Fraboulet 2005-12-26 22:55:26 +00:00
parent 712ddb5125
commit 061242ed15

View file

@ -38,8 +38,8 @@ void Round::init()
{
m_word.clear();
m_tileOrigin.clear();
m_coord.setRow(-1);
m_coord.setCol(-1);
m_coord.setRow(1);
m_coord.setCol(1);
m_coord.setDir(Coord::HORIZONTAL);
m_points = 0;
m_bonus = 0;