[Scummvm-cvs-logs] SF.net SVN: scummvm:[49264] scummvm/trunk/engines/sci/console.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Thu May 27 19:43:06 CEST 2010


Revision: 49264
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49264&view=rev
Author:   m_kiewitz
Date:     2010-05-27 17:43:06 +0000 (Thu, 27 May 2010)

Log Message:
-----------
SCI: removing tab from vo output (debug console)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/console.cpp

Modified: scummvm/trunk/engines/sci/console.cpp
===================================================================
--- scummvm/trunk/engines/sci/console.cpp	2010-05-27 17:41:20 UTC (rev 49263)
+++ scummvm/trunk/engines/sci/console.cpp	2010-05-27 17:43:06 UTC (rev 49264)
@@ -3060,7 +3060,7 @@
 		DebugPrintf("    [%03x] %s = %04x:%04x\n", obj->getFuncSelector(i), selector_name(s, obj->getFuncSelector(i)), PRINT_REG(fptr));
 	}
 	if (s->_segMan->_heap[pos.segment]->getType() == SEG_TYPE_SCRIPT)
-		DebugPrintf("\nOwner script:\t%d\n", s->_segMan->getScript(pos.segment)->_nr);
+		DebugPrintf("\nOwner script: %d\n", s->_segMan->getScript(pos.segment)->_nr);
 
 	return 0;
 }


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