~ubuntu-branches/ubuntu/oneiric/monkey-bubble/oneiric

« back to all changes in this revision

Viewing changes to src/monkey/board.c

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2011-08-28 16:46:23 UTC
  • Revision ID: james.westby@ubuntu.com-20110828164623-pnoq00ydms7xrgza
Tags: 0.4.0-0ubuntu9
* unused-variables.patch: fix FTBFS with gcc 4.6 and -Werror (LP: #832949).
  Thanks to Dave Gilbert.
* desktop-fixes.patch: make .desktop file valid.
* Rename existing patches according to their purpose.
* Add watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
static gint
665
665
advance_quadrant (Board * board, gint quadrant, Point * cell)
666
666
{
667
 
        gint x, y;
668
 
        x = cell->x;
 
667
        gint y;
669
668
        y = cell->y;
670
669
        switch (quadrant)
671
670
                {