DIRECTOR: Default movie/cast platform to Mac

This commit is contained in:
djsrv 2021-07-12 21:54:55 -04:00 committed by D.J. Servilla
parent bb60a9ea29
commit ed64ec6699
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -66,6 +66,7 @@ Movie::Movie(Window *window) {
_currentHandlingChannelId = 0;
_version = 0;
_platform = Common::kPlatformMacintosh;
_allowOutdatedLingo = false;
_movieArchive = nullptr;