~ubuntu-branches/ubuntu/breezy/xscreensaver/breezy

« back to all changes in this revision

Viewing changes to hacks/blaster.c

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
361
361
                                                                                }
362
362
                                                                                else {
363
363
                                                                                        robots[x].lasers[y].start_y = -robots[x].radius;
364
 
                                                                                        robots[x].lasers[y].end_y = robots[x].lasers[y].start_y + 7;
 
364
                                                                                        robots[x].lasers[y].end_y = robots[x].lasers[y].start_y - 7;
365
365
                                                                                }
366
366
                                                                                robots[x].lasers[y].start_x = (int)(robots[x].lasers[y].start_y * slope);;
367
 
                                                                                robots[x].lasers[y].start_x = (int)(robots[x].lasers[y].end_y * slope);
 
367
                                                                                robots[x].lasers[y].end_x = (int)(robots[x].lasers[y].end_y * slope);
368
368
                                                                        }
369
369
                                                                        robots[x].lasers[y].start_x = robots[x].lasers[y].start_x + robots[x].new_x;
370
370
                                                                        robots[x].lasers[y].start_y = robots[x].lasers[y].start_y + robots[x].new_y;