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 bomber.cxx,1.18,1.19 bomber.h


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions bomber.cxx,1.18,1.19 bomber.hxx,1.13,1.14
Date: 12 Oct 2002 00:49:12 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/actions
In directory dark:/tmp/cvs-serv10029/actions

Modified Files:
        bomber.cxx bomber.hxx 
Log Message:
removed a few variable shadowings


Index: bomber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bomber.cxx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- bomber.cxx  12 Oct 2002 00:24:26 -0000      1.18
+++ bomber.cxx  12 Oct 2002 00:49:10 -0000      1.19
@@ -47,7 +47,7 @@
 }
 
 void
-Bomber::on_successfull_apply (Pingu* pingu)
+Bomber::on_successfull_apply ()
 {
   WorldObj::get_world()->play_wav("sounds/ohno.wav", pingu->get_pos ());
 }

Index: bomber.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bomber.hxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- bomber.hxx  1 Oct 2002 19:53:45 -0000       1.13
+++ bomber.hxx  12 Oct 2002 00:49:10 -0000      1.14
@@ -55,7 +55,7 @@
 
   void update_position();
   int  activation_time() { return 50; }
-  void on_successfull_apply (Pingu*);
+  void on_successfull_apply ();
   
 private:
   Bomber (const Bomber&);





reply via email to

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