mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
DIRECTOR: Fix Shared cast detection
This commit is contained in:
parent
82635b79e0
commit
500b8bbd93
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user