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.69,1.70


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src pingus_main.cxx,1.69,1.70
Date: 10 Apr 2003 14:36:37 -0000

Update of /var/lib/cvs/Games/Pingus/src
In directory dark:/tmp/cvs-serv23619/src

Modified Files:
        pingus_main.cxx 
Log Message:
fixed a few sorting issues


Index: pingus_main.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/pingus_main.cxx,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- pingus_main.cxx     9 Apr 2003 23:57:03 -0000       1.69
+++ pingus_main.cxx     10 Apr 2003 14:36:35 -0000      1.70
@@ -638,6 +638,7 @@
 #else /* !WIN32 */
   //If the User uses Windows, the Datadir is always the Subdirectory "data"
   path_manager.set_path("data");
+  path_manager.set_path(".");
 #endif /* !WIN32 */
  
 #ifdef HAVE_GETTEXT
@@ -810,8 +811,8 @@
   //signal(SIGINT,  signal_handler);
 
   // Redirect stdout to somewhere where it is readable
-  CL_ConsoleWindow cl_console(PACKAGE VERSION);
-  cl_console.redirect_stdio();
+  //CL_ConsoleWindow cl_console(PACKAGE VERSION);
+  //cl_console.redirect_stdio();
 
   try 
     {





reply via email to

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