From kde-commits Tue Sep 09 17:16:04 2008 From: Stephan Kulow Date: Tue, 09 Sep 2008 17:16:04 +0000 To: kde-commits Subject: KDE/kdegames/kpat/patsolve Message-Id: <1220980564.706355.22211.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=122098057816543 SVN commit 859175 by coolo: don't overoptimize simon CCBUG: 158068 M +2 -0 simon.cpp --- trunk/KDE/kdegames/kpat/patsolve/simon.cpp #859174:859175 @@ -226,8 +226,10 @@ RANK(card) == RANK(*Wp[j]) - 1 ) { allowed = true; +#if 0 if ( ( SUIT( card ) != SUIT( *Wp[j] ) ) && foundgood ) allowed = false; // make the tree simpler +#endif } if ( Wlen[j] == 0 && !wasempty ) {