From 36e6ca0bf52f4e6f163874557cc034f9ddc3d98e Mon Sep 17 00:00:00 2001 From: collett Date: Sun, 8 Aug 2021 05:12:30 +0900 Subject: [PATCH] fix the oddly looking screen right before playing a cutscene from The Unending Journey --- src/scripts/common/CmnDefCutSceneReplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/common/CmnDefCutSceneReplay.cpp b/src/scripts/common/CmnDefCutSceneReplay.cpp index 2ccfab69..11c9b80b 100644 --- a/src/scripts/common/CmnDefCutSceneReplay.cpp +++ b/src/scripts/common/CmnDefCutSceneReplay.cpp @@ -32,7 +32,7 @@ public: // todo: this is fucked }; - player.playScene( getId(), 1, 0xFB2EC8F8, 0, 1, returnScene, callback ); + player.playScene( getId(), 1, FADE_OUT | CONDITION_CUTSCENE | HIDE_UI, 0, 1, returnScene, callback ); } void onTalk( uint32_t eventId, Entity::Player& player, uint64_t actorId ) override