mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
Use fallback video name
This commit is contained in:
parent
0539ca6a9c
commit
af28be915f
@ -1245,7 +1245,7 @@ namespace MWWorld
|
||||
{
|
||||
--mPlayIntro;
|
||||
if (mPlayIntro == 0)
|
||||
mRendering->playVideo("mw_intro.bik", true);
|
||||
mRendering->playVideo(mFallback.getFallbackString("Movies_New_Game"), true);
|
||||
}
|
||||
|
||||
mWeatherManager->update (duration);
|
||||
|
Loading…
x
Reference in New Issue
Block a user