mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
DIRECTOR: Default movie/cast platform to Mac
This commit is contained in:
parent
bb60a9ea29
commit
ed64ec6699
@ -77,7 +77,7 @@ Cast::Cast(Movie *movie, uint16 castLibID, bool isShared) {
|
||||
|
||||
_castArchive = nullptr;
|
||||
_version = 0;
|
||||
_platform = g_director->getPlatform();
|
||||
_platform = Common::kPlatformMacintosh;
|
||||
|
||||
_stageColor = 0;
|
||||
|
||||
|
@ -66,6 +66,7 @@ Movie::Movie(Window *window) {
|
||||
_currentHandlingChannelId = 0;
|
||||
|
||||
_version = 0;
|
||||
_platform = Common::kPlatformMacintosh;
|
||||
_allowOutdatedLingo = false;
|
||||
|
||||
_movieArchive = nullptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user