GOB: Fix an copy&paste error

Fixing an accidentally overwritten video file name

svn-id: r51855
This commit is contained in:
Sven Hesse 2010-08-08 00:36:47 +00:00
parent 167c6e8787
commit 9c2172b901

View File

@ -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;