mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
SCI: Fixed typos
This commit is contained in:
parent
0642b30933
commit
92093d267f
@ -43,7 +43,7 @@ const char *segmentTypeNames[] = {
|
||||
"nodes", // 7
|
||||
"hunk", // 8
|
||||
"dynmem", // 9
|
||||
"obsolete", // 10: obsolete system strings
|
||||
"obsolete", // 10: obsolete string fragments
|
||||
"array", // 11: SCI32 arrays
|
||||
"string" // 12: SCI32 strings
|
||||
};
|
||||
|
@ -220,7 +220,7 @@ bool reg_t::pointerComparisonWithInteger(const reg_t right) const {
|
||||
// Hoyle 3, Pachisi, when any opponent is about to talk
|
||||
// SQ1, room 28, when throwing water at the Orat
|
||||
// SQ1, room 58, when giving the ID card to the robot
|
||||
// SQ4 CD, at the first game screen, when the narrator is about to talk
|
||||
// SQ4 CD, at the first game screen, when the narrator is about to speak
|
||||
return (isPointer() && right.isNumber() && right.offset <= 2000 && getSciVersion() <= SCI_VERSION_1_1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user