aboutsummaryrefslogtreecommitdiff
path: root/engines/game.cpp
diff options
context:
space:
mode:
authorMax Horn2011-06-17 12:11:40 +0200
committerMax Horn2011-06-17 14:21:18 +0200
commit7c44582bb74bc3386040788b53d3ba27505723e7 (patch)
tree878f59c1b9ba79248d239261d1999e1cd8b15dc0 /engines/game.cpp
parentc2bbab4fec7fa568d45984177035f2ef15da075b (diff)
downloadscummvm-rg350-7c44582bb74bc3386040788b53d3ba27505723e7.tar.gz
scummvm-rg350-7c44582bb74bc3386040788b53d3ba27505723e7.tar.bz2
scummvm-rg350-7c44582bb74bc3386040788b53d3ba27505723e7.zip
ENGINES: Update GameDescriptor::updateDesc docs to match reality
Diffstat (limited to 'engines/game.cpp')
-rw-r--r--engines/game.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/game.cpp b/engines/game.cpp
index c6d9905b52..c3a7454141 100644
--- a/engines/game.cpp
+++ b/engines/game.cpp
@@ -69,9 +69,6 @@ void GameDescriptor::appendGUIOptions(const Common::String &str) {
}
void GameDescriptor::updateDesc(const char *extra) {
- // TODO: The format used here (LANG/PLATFORM/EXTRA) is not set in stone.
- // We may want to change the order (PLATFORM/EXTRA/LANG, anybody?), or
- // the seperator (instead of '/' use ', ' or ' ').
const bool hasCustomLanguage = (language() != Common::UNK_LANG);
const bool hasCustomPlatform = (platform() != Common::kPlatformUnknown);
const bool hasExtraDesc = (extra && extra[0]);