SCI: Update the Mac version detection comments

svn-id: r55697
This commit is contained in:
Matthew Hoops 2011-01-31 23:09:22 +00:00
parent 4c8a9ab24a
commit 956dc54e3d

View File

@ -2184,8 +2184,10 @@ void ResourceManager::detectSciVersion() {
if (_volVersion == kResVersionSci11Mac) {
// SCI32 doesn't have the resource.cfg file, so we can figure out
// which of the games are SCI1.1.
// TODO: Decide between SCI2 and SCI2.1
// which of the games are SCI1.1. Note that there are no Mac SCI2 games.
// Yes, that means that GK1 Mac is SCI2.1 and not SCI2.
// TODO: Decide between SCI2.1 and SCI3
if (Common::File::exists("resource.cfg"))
s_sciVersion = SCI_VERSION_1_1;
else