From 79ba9fc44af9bd39fc3f62a32ffa881e22b8a298 Mon Sep 17 00:00:00 2001 From: Michael Shirt Date: Tue, 15 Nov 2016 21:28:32 -0700 Subject: [PATCH] game_oneshot was misspelled Mat did you even test this before you committed it? --- scripts/SaveLoad.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/SaveLoad.rb b/scripts/SaveLoad.rb index ab1b9ef..eca973c 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, $gamme_oneshot.wallpaper_color + Wallpaper.set $game_oneshot.wallpaper, $game_oneshot.wallpaper_color end end