forked from teamnwah/openmw-tes3coop
Use fallback video name
This commit is contained in:
parent
0539ca6a9c
commit
af28be915f
1 changed files with 1 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ namespace MWWorld
|
||||||
{
|
{
|
||||||
--mPlayIntro;
|
--mPlayIntro;
|
||||||
if (mPlayIntro == 0)
|
if (mPlayIntro == 0)
|
||||||
mRendering->playVideo("mw_intro.bik", true);
|
mRendering->playVideo(mFallback.getFallbackString("Movies_New_Game"), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
mWeatherManager->update (duration);
|
mWeatherManager->update (duration);
|
||||||
|
|
Loading…
Reference in a new issue