From 52f3b24668b9b73f4df83ee20fd1151db6599ca4 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sun, 8 Mar 2009 14:27:35 +0000 Subject: Restore potentially useful info deleted in r39188 svn-id: r39228 --- engines/sci/scicore/vocabulary.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'engines/sci/scicore/vocabulary.cpp') diff --git a/engines/sci/scicore/vocabulary.cpp b/engines/sci/scicore/vocabulary.cpp index 3acd189866..685ad36725 100644 --- a/engines/sci/scicore/vocabulary.cpp +++ b/engines/sci/scicore/vocabulary.cpp @@ -42,6 +42,27 @@ int vocab_version; 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); } -- cgit v1.2.3