From 11d6da4ef6f576bdf42e5315ab447dbb5accc715 Mon Sep 17 00:00:00 2001 From: Lars Skovlund Date: Mon, 22 Feb 2016 01:04:18 +0100 Subject: SCI32: Document purpose of 993.voc --- engines/sci/engine/kernel.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/sci/engine/kernel.h b/engines/sci/engine/kernel.h index 53f5878bba..92916ecc68 100644 --- a/engines/sci/engine/kernel.h +++ b/engines/sci/engine/kernel.h @@ -75,6 +75,10 @@ struct SciWorkaroundEntry; // from workarounds.h * vocab.997. This results in much more readable code. Thus, this vocabulary isn't * used at all. * + * 993.voc (unneeded) - Contains the SCI3 equivalent of vocab.994; like its predecessor, + * the raw selector numbers can be deduced and used instead. In fact, one version of this + * file has turned out to cover all versiona of SCI3. + * * SCI0 parser vocabularies: * - vocab.901 / 901.voc - suffix vocabulary * - vocab.900 / 900.voc - parse tree branches -- cgit v1.2.3