mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
SCI: Fix comment typos
This commit is contained in:
parent
f8d551803c
commit
7423320e9d
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user