~ubuntu-branches/ubuntu/karmic/xpuzzles/karmic

« back to all changes in this revision

Viewing changes to xmlink/MlinkU.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-22 16:29:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050822162942-tdtf178zkpd3xxdg
Tags: 7.1.3-1ubuntu1
Update {build-,}depends for xorg -> mesa transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
###
7
7
#
8
 
#  Copyright (c) 1994 - 2004    David Albert Bagley, bagleyd@tux.org
 
8
#  Copyright (c) 1994 - 2005    David Albert Bagley, bagleyd@tux.org
9
9
#
10
10
#                   All Rights Reserved
11
11
#
184
184
        for (l = 0; l < moves; l++) {
185
185
                while ((c = getc(fp)) != EOF && c != SYMBOL);
186
186
                (void) fscanf(fp, "%d %d %d", &direction, &tile, &shift);
187
 
                if (!MoveMlink(w, direction, tile, shift, INSTANT))
 
187
                if (!MoveMlink(w, direction, tile, shift, False, INSTANT))
188
188
                        (void) fprintf(stderr,
189
189
                                "%d move in direction %d, tile %d, shift %d, can not be made.\n",
190
190
                                l, direction, tile, shift);