]> git.pld-linux.org Git - packages/pingus.git/blob - pingus-gcc3.patch
- added info patch, release 4
[packages/pingus.git] / pingus-gcc3.patch
1 --- pingus-0.5.0pre3/src/backgrounds/StarfieldBackground.cc.orig        Tue Jan 15 11:48:50 2002
2 +++ pingus-0.5.0pre3/src/backgrounds/StarfieldBackground.cc     Sat Oct 12 16:54:23 2002
3 @@ -185,7 +185,7 @@
4  }
5  
6  void
7 -StarfieldBackgroundStars::draw_offset(int x_of, int y_of, float s = 1.0)
8 +StarfieldBackgroundStars::draw_offset(int x_of, int y_of, float s)
9  {
10    sur.put_screen (int(x_pos + x_of), int(y_pos + y_of));
11  }
12 @@ -231,7 +231,7 @@
13  }
14  ///
15  void 
16 -StarfieldBackground::draw_offset(int x_of, int y_of, float s = 1.0)
17 +StarfieldBackground::draw_offset(int x_of, int y_of, float s)
18  {
19    for (std::vector<StarfieldBackgroundStars>::iterator i = stars.begin ();
20         i != stars.end (); i++)
This page took 0.060923 seconds and 3 git commands to generate.