diff options
author | YamaArashi <shadow962@live.com> | 2016-12-04 03:38:24 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-04 03:38:24 -0800 |
commit | bf5e69d54e670be1910d79fc1f06b9b71f186218 (patch) | |
tree | 152aa79f924fa71355f30a712753aebba5e56653 /src/field_message_box.c | |
parent | 4ceea5913e430464ccde4ac17b050a8faff5f97c (diff) | |
parent | 087d746c8bf066013a42f450d77abb39f81b9abb (diff) |
Merge branch 'marijnvdwerf-clean/warnings-1'
Diffstat (limited to 'src/field_message_box.c')
-rw-r--r-- | src/field_message_box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_message_box.c b/src/field_message_box.c index f42541c49..a7d1a2fd8 100644 --- a/src/field_message_box.c +++ b/src/field_message_box.c @@ -22,7 +22,7 @@ void InitFieldMessageBox(void) { sMessageBoxMode = FIELD_MESSAGE_BOX_HIDDEN; SetMessageBoxBaseTileNum(gMenuTextWindowContentTileOffset); - InitWindowFromConfig(&gFieldMessageBoxWindow, (struct WindowConfig *)&gWindowConfig_81E6CE4); + InitWindowFromConfig(&gFieldMessageBoxWindow, &gWindowConfig_81E6CE4); } static void Task_FieldMessageBox(u8 taskId) |