mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
GOB: Fix an copy&paste error
Fixing an accidentally overwritten video file name svn-id: r51855
This commit is contained in:
parent
167c6e8787
commit
9c2172b901
@ -160,7 +160,7 @@ void Inter_Fascination::oFascin_playTira(OpGobParams ¶ms) {
|
||||
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user