DIRECTOR: Fix Shared cast detection

This commit is contained in:
Eugene Sandulenko 2017-02-11 09:21:31 +01:00
parent 82635b79e0
commit 500b8bbd93

View File

@ -139,7 +139,7 @@ Common::Error DirectorEngine::run() {
if (getPlatform() == Common::kPlatformWindows) {
_sharedCastFile = "SHARDCST.MMM";
} else {
if (getVersion() < 3)
if (getVersion() < 4)
_sharedCastFile = "Shared Cast";
else
_sharedCastFile = "Shared.dir";