[Scummvm-cvs-logs] SF.net SVN: scummvm:[51421] scummvm/trunk/engines/sci/parser/vocabulary.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Jul 28 16:34:33 CEST 2010


Revision: 51421
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51421&view=rev
Author:   mthreepwood
Date:     2010-07-28 14:34:32 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
SCI: Remove SCI01 vocab warning, this behavior is normal

Modified Paths:
--------------
    scummvm/trunk/engines/sci/parser/vocabulary.cpp

Modified: scummvm/trunk/engines/sci/parser/vocabulary.cpp
===================================================================
--- scummvm/trunk/engines/sci/parser/vocabulary.cpp	2010-07-28 14:15:10 UTC (rev 51420)
+++ scummvm/trunk/engines/sci/parser/vocabulary.cpp	2010-07-28 14:34:32 UTC (rev 51421)
@@ -50,12 +50,12 @@
 		_resourceIdSuffixes = VOCAB_RESOURCE_SCI0_SUFFIX_VOCAB;
 		_resourceIdBranches = VOCAB_RESOURCE_SCI0_PARSE_TREE_BRANCHES;
 	} else {
-		warning("Could not find a main vocabulary, trying SCI01");
 		_vocabVersion = kVocabularySCI1;
 		_resourceIdWords = VOCAB_RESOURCE_SCI1_MAIN_VOCAB;
 		_resourceIdSuffixes = VOCAB_RESOURCE_SCI1_SUFFIX_VOCAB;
 		_resourceIdBranches = VOCAB_RESOURCE_SCI1_PARSE_TREE_BRANCHES;
 	}
+
 	if (_foreign) {
 		_resourceIdWords += 10;
 		_resourceIdSuffixes += 10;


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