[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19229] trunk/blender/source/gameengine/ GamePlayer/ghost/GPG_ghost.cpp: BGE patch: undo patch about removing blenderplayer console in Windows: it interferes with scripts that write to the console.

Benoit Bolsee benoit.bolsee at online.be
Sun Mar 8 18:23:36 CET 2009


Revision: 19229
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19229
Author:   ben2610
Date:     2009-03-08 18:23:36 +0100 (Sun, 08 Mar 2009)

Log Message:
-----------
BGE patch: undo patch about removing blenderplayer console in Windows: it interferes with scripts that write to the console. Back to previous state: console cannot be disabled in Windows.

Modified Paths:
--------------
    trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp

Modified: trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
===================================================================
--- trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2009-03-08 17:12:59 UTC (rev 19228)
+++ trunk/blender/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp	2009-03-08 17:23:36 UTC (rev 19229)
@@ -645,7 +645,7 @@
 #ifdef NDEBUG
 						if (closeConsole)
 						{
-							::FreeConsole();    // Close a console window
+							//::FreeConsole();    // Close a console window
 						}
 #endif // NDEBUG
 #endif // WIN32





More information about the Bf-blender-cvs mailing list