mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 10:51:11 +00:00
DIRECTOR: LINGO: Implementing setting 'the searchPath' entity
Used in the first movie script of mcluhan
This commit is contained in:
parent
4cc5b9e4d8
commit
0e38160996
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user