aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/npcs/parrot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/parrot.cpp b/engines/titanic/npcs/parrot.cpp
index ba07d1d15c..c34882cfd2 100644
--- a/engines/titanic/npcs/parrot.cpp
+++ b/engines/titanic/npcs/parrot.cpp
@@ -697,7 +697,7 @@ bool CParrot::PutParrotBackMsg(CPutParrotBackMsg *msg) {
bool CParrot::PreEnterViewMsg(CPreEnterViewMsg *msg) {
if (_state == PARROT_IN_CAGE) {
- loadMovie("z167.avi", false);
+ loadMovie(TRANSLATE("z167.avi", "z190.avi"), false);
loadFrame(0);
}