aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo/lingo-the.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/director/lingo/lingo-the.cpp')
-rw-r--r--engines/director/lingo/lingo-the.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp
index 00af1dd6e8..b2e412f76f 100644
--- a/engines/director/lingo/lingo-the.cpp
+++ b/engines/director/lingo/lingo-the.cpp
@@ -168,7 +168,7 @@ void Lingo::initTheEntities() {
TheEntityField *f = fields;
while (f->entity != kTheNOEntity) {
- _theEntityFields[f->name] = f;
+ _theEntityFields[Common::String::format("%d%s", f->entity, f->name)] = f;
f++;
}
}