diff options
author | YamaArashi <shadow962@live.com> | 2017-01-02 22:58:06 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-02 22:58:06 -0800 |
commit | bb2c7f3e07fe9fe9ae72b361b93f106af1259124 (patch) | |
tree | 0b8e8bf4d2c36ebaee86f63d5d6bc51ce62bebb7 /src/start_menu.c | |
parent | b2cf3c604bcc6b66f110ed1aa07f543738cae157 (diff) |
name functions and split data more
Diffstat (limited to 'src/start_menu.c')
-rw-r--r-- | src/start_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start_menu.c b/src/start_menu.c index eebdd27fc..1e828eed1 100644 --- a/src/start_menu.c +++ b/src/start_menu.c @@ -280,7 +280,7 @@ void sub_8071310(void) { if(!is_c1_link_related_active()) { - player_bitmagic(); + FreezeMapObjects(); sub_80594C0(); sub_80597F4(); } |