diff options
author | Max Horn | 2011-06-17 12:11:40 +0200 |
---|---|---|
committer | Max Horn | 2011-06-17 14:21:18 +0200 |
commit | 7c44582bb74bc3386040788b53d3ba27505723e7 (patch) | |
tree | 878f59c1b9ba79248d239261d1999e1cd8b15dc0 /engines/game.cpp | |
parent | c2bbab4fec7fa568d45984177035f2ef15da075b (diff) | |
download | scummvm-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.cpp | 3 |
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]); |