Add question about video opening

This commit is contained in:
Jáchym Toušek
2018-08-21 18:11:23 +02:00
parent e934dba929
commit d5d1a78a05
3 changed files with 49 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
void main()
{
SetValidityOfSaving( FALSE );
@@ -18,6 +18,8 @@ void BrandLogo()
SetGlobalFlag(GFlag_FirstPlay, 1);
ModCallScriptSection("&opening", "OpeningQuestion");
DrawBG( "07thlogo", 1000, TRUE );
Wait( 2000 );
DrawSceneWithMask( "mangagamer", "logomask", 0, 0, 1000 );
@@ -26,7 +28,7 @@ void BrandLogo()
DrawSceneWithMask( "black", "logomask", 0, 0, 1000 );
ModPlayMovie("mv01");
ModCallScriptSection("&opening", "OpeningLaunch");
}
void Title()