diff options
| author | Filippos Karapetis | 2007-08-17 05:57:32 +0000 | 
|---|---|---|
| committer | Filippos Karapetis | 2007-08-17 05:57:32 +0000 | 
| commit | 4722075da3b16d17aef5e110376142a67cd79402 (patch) | |
| tree | c1252461949303bfd887c1e2f874211689f8e030 | |
| parent | eb0798d58095abab2dee11206440c3c2d5e204cd (diff) | |
| download | scummvm-rg350-4722075da3b16d17aef5e110376142a67cd79402.tar.gz scummvm-rg350-4722075da3b16d17aef5e110376142a67cd79402.tar.bz2 scummvm-rg350-4722075da3b16d17aef5e110376142a67cd79402.zip | |
Removed an obsolete TODO
svn-id: r28642
| -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; | 
