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