mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 04:33:09 +00:00
DIRECTOR: update Phibos comment
This commit is contained in:
parent
4cac3b2138
commit
a7b3abb139
@ -3053,7 +3053,9 @@ void LB::b_cast(int nargs) {
|
||||
void LB::b_script(int nargs) {
|
||||
Datum d = g_lingo->pop();
|
||||
// FIXME: Check with later versions of director
|
||||
// The kCastText check version breaks Phibos and Yokai Ningen Bem.
|
||||
// The kCastText check version breaks Phibos, which loads a
|
||||
// non-kCastText script using this builtin.
|
||||
// With the kCastText version, Phibos crashes during its intro.
|
||||
// CastMemberID memberID = d.asMemberID(kCastText);
|
||||
CastMemberID memberID = d.asMemberID();
|
||||
CastMember *cast = g_director->getCurrentMovie()->getCastMember(memberID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user