1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Revert "roe video in line as ab"

This reverts commit f1de265568.
This commit is contained in:
Laserlicht 2024-09-09 23:08:57 +02:00
parent f1de265568
commit 7e1eddf530
2 changed files with 3 additions and 4 deletions

View File

@ -410,6 +410,8 @@ void playIntro()
if (!CCS->videoh->playIntroVideo(VideoPath::builtin("NWCLOGO.SMK"))) if (!CCS->videoh->playIntroVideo(VideoPath::builtin("NWCLOGO.SMK")))
return; return;
CCS->videoh->playIntroVideo(VideoPath::builtin("H3INTRO.SMK"));
} }
static void mainLoop() static void mainLoop()

View File

@ -1,11 +1,8 @@
{ {
"DATA/GOOD1" : { // RoE - "Long Live the Queen"
"introVideo": "H3INTRO"
},
"DATA/GOOD3" : { // RoE - "Song for the Father" "DATA/GOOD3" : { // RoE - "Song for the Father"
"outroVideo": "Endgame" "outroVideo": "Endgame"
}, },
"DATA/AB" : { // AB - "Armageddon's Blade" "DATA/AB" : { // AB Intro
"introVideo": "H3X1intr", "introVideo": "H3X1intr",
"videoRim": "IntroRm2" "videoRim": "IntroRm2"
}, },