[Scummvm-cvs-logs] SF.net SVN: scummvm:[44981] scummvm/branches/branch-1-0-0/engines/saga/saga .cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Oct 12 14:01:07 CEST 2009


Revision: 44981
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44981&view=rev
Author:   thebluegr
Date:     2009-10-12 12:01:07 +0000 (Mon, 12 Oct 2009)

Log Message:
-----------
Added an explanatory comment for commit #44917, from agent-q

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/saga/saga.cpp

Modified: scummvm/branches/branch-1-0-0/engines/saga/saga.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/saga/saga.cpp	2009-10-12 11:54:32 UTC (rev 44980)
+++ scummvm/branches/branch-1-0-0/engines/saga/saga.cpp	2009-10-12 12:01:07 UTC (rev 44981)
@@ -223,6 +223,7 @@
 	_gfx = new Gfx(this, _system, getDisplayInfo().width, getDisplayInfo().height);
 
 	// Graphics driver should be initialized before console
+	// Disabled for the DS to save off 80kb of RAM, so that ITE can run on the DS
 #ifndef __DS__
 	_console = new Console(this);
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list