mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
Fixed wallpaper restore save bug
This commit is contained in:
parent
8c15c73f04
commit
eff90ea95f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue