diff --git a/client/CMT.cpp b/client/CMT.cpp index 8f99a64a9..ab8ff6d71 100644 --- a/client/CMT.cpp +++ b/client/CMT.cpp @@ -443,7 +443,8 @@ void playIntro() { 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); } }