From 9020002c78e8f3169d82e5dfe124f3192aa2a7ca Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 4 Jul 2016 01:02:31 +0200 Subject: PRINCE: Add video player for topware.avi logo The sound is rather bad, but I assume that's something with our CinePak video decoder so I'll leave it like this for now. The player itself is based on the BBVS engine. --- engines/prince/prince.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/prince/prince.cpp') diff --git a/engines/prince/prince.cpp b/engines/prince/prince.cpp index fe5905bcd0..502a2f97bb 100644 --- a/engines/prince/prince.cpp +++ b/engines/prince/prince.cpp @@ -447,6 +447,7 @@ Common::Error PrinceEngine::run() { int startGameSlot = ConfMan.hasKey("save_slot") ? ConfMan.getInt("save_slot") : -1; init(); if (startGameSlot == -1) { + playVideo("topware.avi"); showLogo(); } else { loadLocation(59); // load intro location - easiest way to set everything up -- cgit v1.2.3