[Top][All Lists]
[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
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.30,1.31,
grumbel <=
- Prev by Date:
[Pingus-CVS] CVS: Games/Pingus/doc/comments grumbel.xml,1.2,1.3
- Next by Date:
[Pingus-CVS] CVS: Games/Pingus/src fonts.cxx,1.1,1.2 fonts.hxx,1.1,1.2 pingus_main.cxx,1.31,1.32 xml_helper.cxx,1.24,1.25 xml_helper.hxx,1.17,1.18
- Previous by thread:
[Pingus-CVS] CVS: Games/Pingus/doc/comments grumbel.xml,1.2,1.3
- Next by thread:
[Pingus-CVS] CVS: Games/Pingus/src fonts.cxx,1.1,1.2 fonts.hxx,1.1,1.2 pingus_main.cxx,1.31,1.32 xml_helper.cxx,1.24,1.25 xml_helper.hxx,1.17,1.18
- Index(es):