mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
- correct empty round to have valid coord
This commit is contained in:
parent
712ddb5125
commit
061242ed15
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue