Fixed wallpaper restore save bug

This commit is contained in:
Mathew Velasquez 2016-11-06 17:43:00 -05:00
parent 8c15c73f04
commit eff90ea95f

View file

@ -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