Removed an obsolete TODO

svn-id: r28642
This commit is contained in:
Filippos Karapetis 2007-08-17 05:57:32 +00:00
parent eb0798d580
commit 4722075da3

View file

@ -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;