From 0ec9af7d9b6078ae128d762546d3c60a6a7eb6f6 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Thu, 13 Jul 2023 17:11:38 +0300 Subject: [PATCH] Replaced WoG opening with H3:SoD files --- client/CMT.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } }