diff --git a/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb b/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb index 30ab59ff8..7e68c1af5 100644 --- a/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb +++ b/Data/Scripts/020_System and utilities/005_PSystem_Utilities.rb @@ -1172,10 +1172,10 @@ def pbLoadRpgxpScene(scene) end Graphics.transition(20) Graphics.freeze - oldscene.createSpritesets + $scene = oldscene + $scene.createSpritesets pbShowObjects(visibleObjects) Graphics.transition(20) - $scene = oldscene end