From eff90ea95fd589ba2aa1269bff47c952cf557d36 Mon Sep 17 00:00:00 2001 From: Mathew Velasquez Date: Sun, 6 Nov 2016 17:43:00 -0500 Subject: [PATCH] Fixed wallpaper restore save bug --- scripts/SaveLoad.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/SaveLoad.rb b/scripts/SaveLoad.rb index 48ae621..ab1b9ef 100644 --- a/scripts/SaveLoad.rb +++ b/scripts/SaveLoad.rb @@ -81,7 +81,7 @@ def real_load $game_temp.common_event_id = 42 # Set wallpaper if necessary if $game_oneshot.wallpaper - Wallpaper.set $game_oneshot.wallpaper + Wallpaper.set $game_oneshot.wallpaper, $gamme_oneshot.wallpaper_color end end