diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-03-28 21:45:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 21:45:24 -0700 |
commit | a5cd6e8ef4717aad4a055d5acb6ef250e359fc45 (patch) | |
tree | af6bda7abaef6e3dc661a377b1ddb4f02aebe8a7 /src/decoration.c | |
parent | d4c6ef7ae6b47cbc8676eec0a2185d18dd6e1ed0 (diff) | |
parent | 8ba626b3c4b7eabbee56e39f2af65c49adafcd18 (diff) |
Merge pull request #231 from KDSKardabox/master
Player PC
Diffstat (limited to 'src/decoration.c')
-rw-r--r-- | src/decoration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoration.c b/src/decoration.c index ffa1c3a68..a0855db69 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -562,7 +562,7 @@ void SecretBasePC_Cancel(u8 taskId) } else { - sub_816B060(taskId); + ReshowPlayerPC(taskId); } } |