From e0a92867b39c5c67140e87f2e6980b770ad12275 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Sat, 2 Mar 2024 16:16:56 +0300 Subject: [PATCH] Fix missing controls on hangman crash --- www.eng/js/plugins/GALV_AnimatedSplashScreens.js | 1 + www.rus/js/plugins/GALV_AnimatedSplashScreens.js | 1 + 2 files changed, 2 insertions(+) diff --git a/www.eng/js/plugins/GALV_AnimatedSplashScreens.js b/www.eng/js/plugins/GALV_AnimatedSplashScreens.js index 182e970..5e8a21b 100644 --- a/www.eng/js/plugins/GALV_AnimatedSplashScreens.js +++ b/www.eng/js/plugins/GALV_AnimatedSplashScreens.js @@ -107,6 +107,7 @@ SceneManager.goto = function(sceneClass) { if (!Galv.ASPLASH.splashed && $dataActors && !DataManager.isBattleTest()) { if(!!StorageManager.exists(44)) { Galv.ASPLASH.splashed = true; + ONSControls.initialize(); return Galv.ASPLASH.SceneManager_goto.call(this,sceneClass); } sceneClass = Scene_SplashScreens diff --git a/www.rus/js/plugins/GALV_AnimatedSplashScreens.js b/www.rus/js/plugins/GALV_AnimatedSplashScreens.js index 182e970..5e8a21b 100644 --- a/www.rus/js/plugins/GALV_AnimatedSplashScreens.js +++ b/www.rus/js/plugins/GALV_AnimatedSplashScreens.js @@ -107,6 +107,7 @@ SceneManager.goto = function(sceneClass) { if (!Galv.ASPLASH.splashed && $dataActors && !DataManager.isBattleTest()) { if(!!StorageManager.exists(44)) { Galv.ASPLASH.splashed = true; + ONSControls.initialize(); return Galv.ASPLASH.SceneManager_goto.call(this,sceneClass); } sceneClass = Scene_SplashScreens