diff options
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/director/lingo/lingo-the.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp index f3e0884289..760576ef03 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -325,6 +325,7 @@ Datum Lingo::getTheEntity(int entity, Datum &id, int field) { break; case kTheCast: d = getTheCast(id, field); + break; case kThePerFrameHook: warning("STUB: getting the perframehook"); break; |
