SVN commit 1004499 by coolo: funny bug - easy fix BUG: 192721 M +0 -4 clock.cpp --- trunk/KDE/kdegames/kpat/patsolve/clock.cpp #1004498:1004499 @@ -149,10 +149,6 @@ first_empty = w; } - // no need to move to empty if there are so few cards - if ( left_in_play < 8 ) - first_empty = -1; - /* No more automoves, but remember if there were any moves out. */ *a = false;