diff options
author | Filippos Karapetis | 2013-05-11 16:52:34 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-05-11 17:09:58 +0300 |
commit | c75480bf2f4936c202d32c96a2b8331184963087 (patch) | |
tree | 38f71ae363759853c635ec90d88af32cc91dbd8a | |
parent | 5d546d41031425e333b399b2510e8ada74fa1ee2 (diff) | |
download | scummvm-rg350-c75480bf2f4936c202d32c96a2b8331184963087.tar.gz scummvm-rg350-c75480bf2f4936c202d32c96a2b8331184963087.tar.bz2 scummvm-rg350-c75480bf2f4936c202d32c96a2b8331184963087.zip |
AGI: Remove obsolete TODO
We now set the play time - commit 5e10737015faa15d225f70b364096982923eb415
-rw-r--r-- | engines/agi/detection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index 54a8b9e8b9..3f55117868 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -318,8 +318,6 @@ SaveStateDescriptor AgiMetaEngine::querySaveMetaInfos(const char *target, int sl int minutes = saveTime & 0xFF; desc.setSaveTime(hour, minutes); - - // TODO: played time } |