mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
game_oneshot was misspelled
Mat did you even test this before you committed it?
This commit is contained in:
parent
6c819d0249
commit
79ba9fc44a
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def real_load
|
||||||
$game_temp.common_event_id = 42
|
$game_temp.common_event_id = 42
|
||||||
# Set wallpaper if necessary
|
# Set wallpaper if necessary
|
||||||
if $game_oneshot.wallpaper
|
if $game_oneshot.wallpaper
|
||||||
Wallpaper.set $game_oneshot.wallpaper, $gamme_oneshot.wallpaper_color
|
Wallpaper.set $game_oneshot.wallpaper, $game_oneshot.wallpaper_color
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue