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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Mar 8 15:27:36 CET 2009


Revision: 39228
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39228&view=rev
Author:   wjpalenstijn
Date:     2009-03-08 14:27:35 +0000 (Sun, 08 Mar 2009)

Log Message:
-----------
Restore potentially useful info deleted in r39188

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

Modified: scummvm/trunk/engines/sci/scicore/vocabulary.cpp
===================================================================
--- scummvm/trunk/engines/sci/scicore/vocabulary.cpp	2009-03-08 14:15:59 UTC (rev 39227)
+++ scummvm/trunk/engines/sci/scicore/vocabulary.cpp	2009-03-08 14:27:35 UTC (rev 39228)
@@ -42,6 +42,27 @@
 				    VOCAB_RESOURCE_SCI1_SUFFIX_VOCAB : \
 				    VOCAB_RESOURCE_SCI0_SUFFIX_VOCAB
 
+
+/*
+// These strange names were taken from an SCI01 interpreter
+const char *class_names[] = {"",
+                             "",
+                             "conj",   // conjunction
+                             "ass",    // ?
+                             "pos",    // preposition ?
+                             "art",    // article
+                             "adj",    // adjective
+                             "pron",   // pronoun
+                             "noun",   // noun
+                             "auxv",   // auxillary verb
+                             "adv",    // adverb
+                             "verb",   // verb
+                             "",
+                             "",
+                             "",
+                             ""
+                            };
+*/
 int _vocab_cmp_words(const void *word1, const void *word2) {
 	return scumm_stricmp((*((word_t **) word1))->word, (*((word_t **)word2))->word);
 }


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