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 Boarder.cc,1.5,1.6 Faller.cc,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions Boarder.cc,1.5,1.6 Faller.cc,1.14,1.15 Walker.cc,1.15,1.16
Date: 9 Jun 2002 11:18:52 -0000

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

Modified Files:
        Boarder.cc Faller.cc Walker.cc 
Log Message:
fixed yesterdays bug and removed the debugging std::cout's 

Index: Boarder.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/Boarder.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Boarder.cc  7 Jun 2002 20:35:14 -0000       1.5
+++ Boarder.cc  9 Jun 2002 11:18:50 -0000       1.6
@@ -51,7 +51,6 @@
       if (speed < 15.0)
        speed += 15.0 * delta;
       else {
-       //std::cout << "MAXSPEED REACHED: " << pingu->direction * speed << 
std::endl;
        speed = 15.0;
       }
       

Index: Faller.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/Faller.cc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Faller.cc   9 Jun 2002 00:56:26 -0000       1.14
+++ Faller.cc   9 Jun 2002 11:18:50 -0000       1.15
@@ -33,8 +33,6 @@
 void
 Faller::init(void)
 {
-  std::cout << "Faller::init(void)" << std::endl;
-
   faller = Sprite("Pingus/faller" + to_string(pingu->owner_id), "pingus");
   faller.set_align_center_bottom ();
   

Index: Walker.cc
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/Walker.cc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Walker.cc   9 Jun 2002 00:56:26 -0000       1.15
+++ Walker.cc   9 Jun 2002 11:18:50 -0000       1.16
@@ -31,7 +31,6 @@
 void
 Walker::init(void)
 {
-  std::cout << "Walker::init(void)" << std::endl;
   walker = Sprite ("Pingus/walker" + to_string(pingu->owner_id), "pingus");
   walker.set_align_center_bottom ();
 }




reply via email to

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