diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 11:04:15 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 11:04:15 +0800 |
commit | d06166633fe7cc97ec692131246bdc9121a71aaa (patch) | |
tree | 4b9d0536db29cc414a3e38bb14639960b70415e5 /src/save_location.c | |
parent | 8e8fe3bf443cec46c0b7cc2072748c90bedc964d (diff) |
finished mail_data
Diffstat (limited to 'src/save_location.c')
-rw-r--r-- | src/save_location.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/save_location.c b/src/save_location.c index 71561c899..9b679c7ee 100644 --- a/src/save_location.c +++ b/src/save_location.c @@ -12,7 +12,6 @@ static bool32 IsCurMapInLocationList(const u16 *list) if (list[i] == locSum) return TRUE; } - return FALSE; } |