From kde-commits Thu Jul 30 11:07:39 2009 From: Stephan Kulow Date: Thu, 30 Jul 2009 11:07:39 +0000 To: kde-commits Subject: KDE/kdegames/kpat/patsolve Message-Id: <1248952059.568839.26244.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=124895212014338 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;