DIRECTOR: update Phibos comment

This commit is contained in:
Misty De Meo 2023-01-24 17:34:29 -08:00
parent 4cac3b2138
commit a7b3abb139
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C

View File

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