Skip to content

Commit

Permalink
DIRECTOR: Lingo, added put/set functions and support for multiline input
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Aug 3, 2016
1 parent 824c3fb commit f2b0abb
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 170 deletions.
5 changes: 5 additions & 0 deletions engines/director/director.cpp
Expand Up @@ -71,6 +71,11 @@ Common::Error DirectorEngine::run() {
_lingo = new Lingo();

_lingo->parse("mci \"open MM\\T005045a.wav type WaveAudio alias T005045a\"");
#if 0
_lingo->parse("set x = 1\n\
set y to 2\n\
put 5 into z\n");
#endif

_soundManager = new DirectorSound();

Expand Down

0 comments on commit f2b0abb

Please sign in to comment.