diff options
-rw-r--r-- | engines/saga/script.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/script.cpp b/engines/saga/script.cpp index 82fcb352c0..fb7d1676f6 100644 --- a/engines/saga/script.cpp +++ b/engines/saga/script.cpp @@ -359,8 +359,6 @@ int Script::getVerbType(VerbTypes verbType) { } } else { - // TODO: This is ugly and needs rewriting, but - // it works for now switch (verbType) { case kVerbNone: return kVerbIHNMNone; |