From 3f5958af78797e1b99ebefafbce38fecfbb27d39 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 28 Jul 2010 16:00:13 +0000 Subject: SCI: Fix compilation when DEBUG_PARSER is defined svn-id: r51425 --- engines/sci/engine/kparse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sci/engine/kparse.cpp b/engines/sci/engine/kparse.cpp index 799cbf63b6..552e425906 100644 --- a/engines/sci/engine/kparse.cpp +++ b/engines/sci/engine/kparse.cpp @@ -63,7 +63,7 @@ reg_t kSaid(EngineState *s, int argc, reg_t *argv) { #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)))) { -- cgit v1.2.3