aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_fascin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_fascin.cpp')
-rw-r--r--engines/gob/inter_fascin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_fascin.cpp b/engines/gob/inter_fascin.cpp
index 4ec9139bad..304f02f4fa 100644
--- a/engines/gob/inter_fascin.cpp
+++ b/engines/gob/inter_fascin.cpp
@@ -160,7 +160,7 @@ void Inter_Fascination::oFascin_playTira(OpGobParams &params) {
vidProps.width = 128;
vidProps.height = 80;
- int vidSlot = _vm->_vidPlayer->openVideo(true, "tirb", vidProps);
+ int vidSlot = _vm->_vidPlayer->openVideo(true, "tira", vidProps);
if (vidSlot < 0)
return;