SVN commit 1217203 by coolo: move whole lines too BUG: 201983 M +1 -1 fortyeightsolver.cpp --- trunk/KDE/kdegames/kpat/patsolve/fortyeightsolver.cpp #1217202:1217203 @@ -458,7 +458,7 @@ mp++; continue; } - if (d.linedup[w]) + if (d.linedup[w] && moves < Wlen[w]) continue; card_t top = *Wp[to]; for ( int i = 2; i <= moves && i <= Wlen[w]; i++ )