pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/actions angel.cxx,1.16,1.17


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions angel.cxx,1.16,1.17
Date: 16 Apr 2003 10:09:42 -0000

Update of /var/lib/cvs/Games/Pingus/src/actions
In directory dark:/tmp/cvs-serv1282/src/actions

Modified Files:
        angel.cxx 
Log Message:
added french translator

Index: angel.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/actions/angel.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- angel.cxx   19 Feb 2003 09:50:36 -0000      1.16
+++ angel.cxx   16 Apr 2003 10:09:40 -0000      1.17
@@ -42,7 +42,7 @@
   sprite.update ();
 
   counter += game_speed;
-  pingu->set_pos(x_pos + 20 * sin (counter * 3.0), pingu->get_y() - 50.0f * 
0.025f);
+  pingu->set_pos(x_pos + 20 * sin (counter * 3.0f), pingu->get_y() - 50.0f * 
0.025f);
 
   // Out of screen, let the pingu die
   if (pingu->get_y() < -32)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]