diff options
| author | Johannes Schickel | 2006-01-06 10:45:42 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2006-01-06 10:45:42 +0000 |
| commit | 948cb0d0f77170fdbc1b80b07feea7b9794751bc (patch) | |
| tree | 0a1baf14a227be19042a51c8ccc00f41af01df52 /kyra/script_v1.cpp | |
| parent | a5601efd54c366cedb7f90bcb4573297232c17b0 (diff) | |
| download | scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.tar.gz scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.tar.bz2 scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.zip | |
Implemented the end sequence, (only the rest of the winning end sequence
is missing yet and one text part that malcolm says).
=> Kyra *should* be completeable now.
Also used KyraEngine:: in all debug calls from the KyraEngine class.
And fixes a bug while drawing shapes.
svn-id: r19928
Diffstat (limited to 'kyra/script_v1.cpp')
| -rw-r--r-- | kyra/script_v1.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kyra/script_v1.cpp b/kyra/script_v1.cpp index cdab49af08..4b7e3b8d2f 100644 --- a/kyra/script_v1.cpp +++ b/kyra/script_v1.cpp @@ -1631,7 +1631,9 @@ int KyraEngine::cmd_setNoItemDropRegion(ScriptState *script) { } int KyraEngine::cmd_walkMalcolmOn(ScriptState *script) { - warning("STUB: cmd_walkMalcolmOn"); + debug(3, "cmd_walkMalcolmOn(0x%X) ()", script); + if (!_malcolmFlag) + _malcolmFlag = 1; return 0; } |
