[Scummvm-cvs-logs] SF.net SVN: scummvm:[51425] scummvm/trunk/engines/sci/engine/kparse.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Wed Jul 28 18:00:13 CEST 2010
Revision: 51425
http://scummvm.svn.sourceforge.net/scummvm/?rev=51425&view=rev
Author: mthreepwood
Date: 2010-07-28 16:00:13 +0000 (Wed, 28 Jul 2010)
Log Message:
-----------
SCI: Fix compilation when DEBUG_PARSER is defined
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/kparse.cpp
Modified: scummvm/trunk/engines/sci/engine/kparse.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kparse.cpp 2010-07-28 15:48:07 UTC (rev 51424)
+++ scummvm/trunk/engines/sci/engine/kparse.cpp 2010-07-28 16:00:13 UTC (rev 51425)
@@ -63,7 +63,7 @@
#ifdef DEBUG_PARSER
printf("Said block: ");
- g_sci->getVocabulary()->decipherSaidBlock(said_block);
+ g_sci->getVocabulary()->debugDecipherSaidBlock(said_block);
#endif
if (voc->parser_event.isNull() || (readSelectorValue(s->_segMan, voc->parser_event, SELECTOR(claimed)))) {
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