SCI: Fix comment typos

This commit is contained in:
sluicebox 2019-11-20 13:40:29 -08:00
parent f8d551803c
commit 7423320e9d
2 changed files with 2 additions and 2 deletions

View File

@ -738,7 +738,7 @@ static const uint16 camelotSignatureSwordSheathing[] = {
0x32, SIG_UINT16(0x0085), // jmp 0085 [ end of switch ]
0x3c, // dup
0x35, 0x02, // ldi 02
0x1a, // eq? [ sword-command == 2 (sheath) ]
0x1a, // eq? [ sword-command == 2 (sheathe) ]
0x30, SIG_UINT16(0x0013), // bnt 0013
0x39, SIG_SELECTOR8(setScript), // pushi setScript
0x78, // push1

View File

@ -285,7 +285,7 @@ void GfxFrameout::kernelAddPlane(const reg_t object) {
// kAddPlane is called several times, this detects the second call
// which is for the import character dialog. If changeButton:value
// is non-zero then the dialog is initializing. If the button isn't
// disabled then we havent't displayed the message box yet. There
// disabled then we haven't displayed the message box yet. There
// are multiple changeButtons because the script clones the object.
SegManager *segMan = g_sci->getEngineState()->_segMan;
Common::Array<reg_t> changeDirButtons = _segMan->findObjectsByName("changeButton");