DIRECTOR: LINGO: Implementing setting 'the searchPath' entity

Used in the first movie script of mcluhan
This commit is contained in:
Eugene Sandulenko 2023-02-10 12:49:57 +01:00
parent 4cc5b9e4d8
commit 0e38160996
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -1086,6 +1086,9 @@ void Lingo::setTheEntity(int entity, Datum &id, int field, Datum &d) {
case kTheSearchCurrentFolder:
warning("BUILDBOT: Trying to set SearchCurrentFolder lingo property");
break;
case kTheSearchPath:
g_lingo->_searchPath = d;
break;
case kTheSelEnd:
movie->_selEnd = d.asInt();
if (movie->_currentEditableTextChannel != 0) {