[Scummvm-git-logs] scummvm master -> 060e339972afd7e7221dbd3e72bf610655881fb7
bluegr
noreply at scummvm.org
Tue May 10 13:27:08 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
060e339972 SCI: Hebrew parser: Support 'vav' conjunctive
Commit: 060e339972afd7e7221dbd3e72bf610655881fb7
https://github.com/scummvm/scummvm/commit/060e339972afd7e7221dbd3e72bf610655881fb7
Author: Zvika (haramaty.zvika at gmail.com)
Date: 2022-05-10T16:27:05+03:00
Commit Message:
SCI: Hebrew parser: Support 'vav' conjunctive
Changed paths:
engines/sci/parser/vocabulary.cpp
diff --git a/engines/sci/parser/vocabulary.cpp b/engines/sci/parser/vocabulary.cpp
index e8f018e1694..c6790bf07d8 100644
--- a/engines/sci/parser/vocabulary.cpp
+++ b/engines/sci/parser/vocabulary.cpp
@@ -495,6 +495,7 @@ void Vocabulary::lookupWordPrefix(ResultWordListList &parent_retval, ResultWordL
PrefixMeaning prefixes[] = {
{0xe1, "1hebrew1prefix1bet"}, // "Bet"
{0xe4, "the"}, // "He Hayedia"
+ {0xe5, "and"}, // "Vav"
{0xec, "1hebrew1prefix1lamed"}, // "Lamed"
{0xee, "1hebrew1prefix1mem"} // "Mem"
};
More information about the Scummvm-git-logs
mailing list