pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.47,1.48 multiplayer


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.47,1.48 multiplayer_client.cxx,1.5,NONE multiplayer_client.hxx,1.6,NONE
Date: 19 Feb 2003 12:34:18 -0000

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

Modified Files:
        pingus_main.cxx 
Removed Files:
        multiplayer_client.cxx multiplayer_client.hxx 
Log Message:
obsolete stuff


Index: pingus_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- pingus_main.cxx     19 Feb 2003 09:50:36 -0000      1.47
+++ pingus_main.cxx     19 Feb 2003 12:34:16 -0000      1.48
@@ -665,6 +665,18 @@
   std::cout << "getext support: missing (only support for english will be 
available" << std::endl;
 #endif
 
+  if (sound_enabled)
+    std::cout << "sound support: enabled" << std::endl;
+  else
+    std::cout << "sound support: disabled" << std::endl;
+
+  if (music_enabled)
+    std::cout << "music support: enabled" << std::endl;
+  else
+    std::cout << "music support: disabled" << std::endl;
+
+  std::cout << "resolution set to: " << screen_width << "x" << screen_height 
<< std::endl;
+
   std::cout << std::endl;
 }
 

--- multiplayer_client.cxx DELETED ---

--- multiplayer_client.hxx DELETED ---





reply via email to

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