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.30,1.31


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.30,1.31
Date: 2 Nov 2002 20:54:00 -0000

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

Modified Files:
        pingus_main.cxx 
Log Message:
removed useless ifdef

Index: pingus_main.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- pingus_main.cxx     2 Nov 2002 20:46:10 -0000       1.30
+++ pingus_main.cxx     2 Nov 2002 20:53:58 -0000       1.31
@@ -764,12 +764,9 @@
   //signal(SIGSEGV, signal_handler);
   //signal(SIGINT,  signal_handler);
 
-#ifdef WIN32
   // Redirect stdout to somewhere where it is readable
   CL_ConsoleWindow cl_console(PACKAGE VERSION);
   cl_console.redirect_stdio();
-#endif
-
 
   try 
     {





reply via email to

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