summaryrefslogtreecommitdiff
path: root/src/start_menu.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-05-29 17:53:42 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-05-29 17:53:42 -0500
commit5df6fa5c08a19fb89308f6131dceef721cc5a3d0 (patch)
tree5aaaa5828622b42023320e211cffd3dd4bb3feb8 /src/start_menu.c
parentaa8299821dca148ecfd5d6bfb77641043e01da5c (diff)
Unify 'map object' and 'field object' terms into 'event object'
Diffstat (limited to 'src/start_menu.c')
-rw-r--r--src/start_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/start_menu.c b/src/start_menu.c
index 4a9a0f0dd..2a07313a4 100644
--- a/src/start_menu.c
+++ b/src/start_menu.c
@@ -9,7 +9,7 @@
#include "load_save.h"
#include "m4a.h"
#include "main.h"
-#include "map_obj_lock.h"
+#include "event_obj_lock.h"
#include "menu.h"
#include "new_game.h"
#include "option_menu.h"
@@ -405,7 +405,7 @@ void sub_8071310(void)
{
if (!is_c1_link_related_active())
{
- FreezeMapObjects();
+ FreezeEventObjects();
sub_80594C0();
sub_80597F4();
}