pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/contrib/soundtest soundtest.cxx,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/contrib/soundtest soundtest.cxx,1.2,1.3
Date: 18 Feb 2003 18:42:00 -0000

Update of /usr/local/cvsroot/Games/Pingus/contrib/soundtest
In directory dark:/tmp/cvs-serv10370/contrib/soundtest

Modified Files:
        soundtest.cxx 
Log Message:
fixed gettext support


Index: soundtest.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/contrib/soundtest/soundtest.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- soundtest.cxx       18 Feb 2003 15:03:21 -0000      1.2
+++ soundtest.cxx       18 Feb 2003 18:41:58 -0000      1.3
@@ -30,6 +30,13 @@
 int
 Soundtest::main(int argc, char** argv)
 {
+  std::cout << "Pingus Sound Test Application\n" << std::endl;
+
+  std::cout << "1-9 to play some music\n"
+            << " 0  to stop the music\n"
+            << "right or left mouse click will cause a sound effect to be 
played\n"
+            <<" panning will be according to the current mouse position\n\n" 
<< std::endl;
+
   CL_SetupCore::init ();
   CL_SetupDisplay::init();
 





reply via email to

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