~ubuntu-branches/ubuntu/karmic/xscreensaver/karmic

« back to all changes in this revision

Viewing changes to hacks/pacman_level.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-08 16:00:22 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051208160022-h8vccqlwegk2mnih
Tags: 4.23-2ubuntu4
Bump the versioned xscreensaver-data -> xscreensaver Replaces to
catch the latest file overwrite and allow upgrades to go smoothly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
527
527
static void
528
528
init_bonus_dots (lev_t * level)
529
529
{
530
 
    unsigned int x, y;
 
530
    unsigned int x = 0, y = 0;
531
531
    top_left (level, &x, &y);
532
532
    bonus_dots[TOP_LEFT].x = x;
533
533
    bonus_dots[TOP_LEFT].y = y;