game_oneshot was misspelled

Mat did you even test this before you committed it?
This commit is contained in:
Michael Shirt 2016-11-15 21:28:32 -07:00
parent 6c819d0249
commit 79ba9fc44a

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, $gamme_oneshot.wallpaper_color
Wallpaper.set $game_oneshot.wallpaper, $game_oneshot.wallpaper_color
end
end