pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src multiplayer_client_child.cxx,1.3,1.4


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src multiplayer_client_child.cxx,1.3,1.4
Date: 2 Jul 2002 21:46:38 -0000

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

Modified Files:
        multiplayer_client_child.cxx 
Log Message:
Removed obsolet file

Index: multiplayer_client_child.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/multiplayer_client_child.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- multiplayer_client_child.cxx        28 Jun 2002 15:12:22 -0000      1.3
+++ multiplayer_client_child.cxx        2 Jul 2002 21:46:36 -0000       1.4
@@ -96,7 +96,9 @@
   if (pingu && pingu->get_owner () == controller->get_owner ())
     {
       char str[256];
-      sprintf(str, "Pingu: %d:%s", pingu->get_id(), 
action_to_string(button_panel->get_action_name()).c_str());
+      sprintf(str, "Pingu: %d:%s",
+             pingu->get_id(), 
+             action_to_string(button_panel->get_action_name()).c_str());
       server->send_event(str);
     }
 }




reply via email to

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