~ubuntu-branches/ubuntu/oneiric/gnome-games/oneiric-proposed

« back to all changes in this revision

Viewing changes to gnibbles/board.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-07-26 20:15:18 UTC
  • mfrom: (1.1.94)
  • Revision ID: package-import@ubuntu.com-20110726201518-us7nz3rhk8o6pv3g
Tags: 1:3.1.4-0ubuntu1
* New upstream release
  - Fully removed network game support (LP: #565030)
* debian/control
  - Have gnome-sudoku explicitly depend on gir packages
* debian/rules
  - Add dh_python2 post-install rule to avoid shipping .pyo/.pyc files
* debian/patches/01_lpi.patch
  - Refreshed, restored Launchpad Integration to gnome-sudoku
* debian/patches/90_build_with_vala_0_12.patch
  - Build with Vala 0.12 since 0.13 hasn't been packaged yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include "worm.h"
38
38
#include "boni.h"
39
39
 
40
 
#ifdef GGZ_CLIENT
41
 
#include "ggz-network.h"
42
 
#endif
43
 
 
44
40
extern GnibblesWorm *worms[];
45
41
extern GnibblesProperties *properties;
46
42
extern GnibblesWarpManager *warpmanager;
363
359
{
364
360
  gint x, y, good;
365
361
 
366
 
#ifdef GGZ_CLIENT
367
 
  if (!network_is_host ()) {
368
 
    return;
369
 
  }
370
 
#endif
371
 
 
372
362
  if (regular) {
373
363
    good = 0;
374
364
  } else {