~ubuntu-branches/ubuntu/precise/kdegames/precise

« back to all changes in this revision

Viewing changes to kpat/golf.cpp

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2011-12-08 21:54:31 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: package-import@ubuntu.com-20111208215431-1rg4pb1tdypujtl6
Tags: upstream-4.7.3
ImportĀ upstreamĀ versionĀ 4.7.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
    if ( !talon->isEmpty() )
150
150
    {
151
151
        flipCardToPile( talon->topCard(), waste, DURATION_MOVE );
 
152
        takeState();
152
153
        return true;
153
154
    }
154
155