1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Replaced WoG opening with H3:SoD files

This commit is contained in:
Ivan Savenko
2023-07-13 17:11:38 +03:00
parent 81309d60d5
commit 0ec9af7d9b

View File

@@ -443,7 +443,8 @@ void playIntro()
{ {
if(CCS->videoh->openAndPlayVideo("3DOLOGO.SMK", 0, 1, true, true)) if(CCS->videoh->openAndPlayVideo("3DOLOGO.SMK", 0, 1, true, true))
{ {
CCS->videoh->openAndPlayVideo("AZVS.SMK", 0, 1, true, true); if (CCS->videoh->openAndPlayVideo("NWCLOGO.SMK", 0, 1, true, true))
CCS->videoh->openAndPlayVideo("H3INTRO.SMK", 0, 1, true, true);
} }
} }