diff options
author | Kari Salminen | 2008-06-26 15:44:26 +0000 |
---|---|---|
committer | Kari Salminen | 2008-06-26 15:44:26 +0000 |
commit | d7051a8ef7e9569bb0d13ef437c6605ce4dbe1cc (patch) | |
tree | b6275659e17d3947cc06a6c7ff6e870f0b95fa13 /engines | |
parent | 68c598a3f3ad904dab66a2219d97af9eb5a02ccd (diff) | |
download | scummvm-rg350-d7051a8ef7e9569bb0d13ef437c6605ce4dbe1cc.tar.gz scummvm-rg350-d7051a8ef7e9569bb0d13ef437c6605ce4dbe1cc.tar.bz2 scummvm-rg350-d7051a8ef7e9569bb0d13ef437c6605ce4dbe1cc.zip |
Comments update.
svn-id: r32802
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cine/script_os.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/cine/script_os.cpp b/engines/cine/script_os.cpp index 62a5cc6aaa..aeb5302c22 100644 --- a/engines/cine/script_os.cpp +++ b/engines/cine/script_os.cpp @@ -442,6 +442,7 @@ int FWScript::o2_removeSeq() { } /*! \todo Implement this instruction + * \note According to the scripts' opcode usage comparison this opcode isn't used at all. */ int FWScript::o2_op81() { warning("STUB: o2_op81()"); @@ -593,8 +594,6 @@ int FWScript::o2_stopObjectScript() { return 0; } -/*! \todo Implement this instruction - */ int FWScript::o2_op8D() { uint16 objIdx1 = getNextWord(); uint16 xAdd1 = getNextWord(); @@ -658,6 +657,7 @@ int FWScript::o2_wasZoneChecked() { } /*! \todo Implement this instruction + * \note According to the scripts' opcode usage comparison this opcode isn't used at all. */ int FWScript::o2_op9B() { uint16 a = getNextWord(); @@ -673,6 +673,7 @@ int FWScript::o2_op9B() { } /*! \todo Implement this instruction + * \note According to the scripts' opcode usage comparison this opcode isn't used at all. */ int FWScript::o2_op9C() { uint16 a = getNextWord(); @@ -712,6 +713,7 @@ int FWScript::o2_setAdditionalBgVScroll() { } /*! \todo Implement this instruction + * \note According to the scripts' opcode usage comparison this opcode isn't used at all. */ int FWScript::o2_op9F() { warning("o2_op9F()"); |