aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman
diff options
context:
space:
mode:
authorjohndoe1232018-05-24 06:46:16 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit65049228a8d4bcfbcedae75d098256bbbdc92baa (patch)
tree2b73ec28e36976ce945174be1cdb7f1f9da1f6da /engines/illusions/duckman
parent1f6aee019c85771cabddc0e807a4c2cad503cca0 (diff)
downloadscummvm-rg350-65049228a8d4bcfbcedae75d098256bbbdc92baa.tar.gz
scummvm-rg350-65049228a8d4bcfbcedae75d098256bbbdc92baa.tar.bz2
scummvm-rg350-65049228a8d4bcfbcedae75d098256bbbdc92baa.zip
ILLUSIONS: Remove old TODOs
(cherry picked from commit bb95440)
Diffstat (limited to 'engines/illusions/duckman')
-rw-r--r--engines/illusions/duckman/duckman_specialcode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/illusions/duckman/duckman_specialcode.cpp b/engines/illusions/duckman/duckman_specialcode.cpp
index dd4e68916a..a7f301ff1b 100644
--- a/engines/illusions/duckman/duckman_specialcode.cpp
+++ b/engines/illusions/duckman/duckman_specialcode.cpp
@@ -66,7 +66,6 @@ typedef Common::Functor1Mem<OpCall&, void, DuckmanSpecialCode> SpecialCodeFuncti
#define SPECIAL(id, func) _specialCodeMap[id] = new SpecialCodeFunctionDM(this, &DuckmanSpecialCode::func);
void DuckmanSpecialCode::init() {
- // TODO
SPECIAL(0x00160001, spcStartScreenShaker);
SPECIAL(0x00160002, spcSetCursorHandMode);
SPECIAL(0x00160003, spcResetChinesePuzzle);