mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
DIRECTOR: Fix Shared Cast reference for Macintosh
This commit is contained in:
parent
67f069cbc6
commit
f3e38cc07b
@ -130,7 +130,7 @@ Common::Error DirectorEngine::run() {
|
||||
if (getPlatform() == Common::kPlatformWindows)
|
||||
_sharedCastFile = "SHARDCST.MMM";
|
||||
else
|
||||
_sharedCastFile = "Shared Cast*";
|
||||
_sharedCastFile = "Shared Cast";
|
||||
|
||||
loadSharedCastsFrom(_sharedCastFile);
|
||||
|
||||
@ -153,7 +153,7 @@ Common::HashMap<Common::String, Score *> *DirectorEngine::scanMovies(const Commo
|
||||
if (getPlatform() == Common::kPlatformWindows)
|
||||
sharedMMMname = "SHARDCST.MMM";
|
||||
else
|
||||
sharedMMMname = "Shared Cast*";
|
||||
sharedMMMname = "Shared Cast";
|
||||
|
||||
|
||||
Common::HashMap<Common::String, Score *> *nameMap = new Common::HashMap<Common::String, Score *>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user