[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegames/kpat/patsolve
From:       Stephan Kulow <coolo () kde ! org>
Date:       2006-11-07 13:20:03
Message-ID: 1162905603.458147.27312.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 602987 by coolo:

this should fix Andre's crash


 M  +1 -1      klondike.cpp  


--- trunk/KDE/kdegames/kpat/patsolve/klondike.cpp #602986:602987
@@ -438,7 +438,7 @@
         for (int i = 0; i < 4; i++) {
             Card *c = deal->target[i]->top();
             if (c) {
-                O[translateSuit( c->suit() )] = c->rank();
+                O[translateSuit( c->suit() ) >> 4] = c->rank();
                 total += c->rank();
             }
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic