Skip to content

Commit

Permalink
Gardening: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Jul 23, 2023
1 parent 4f488fe commit 24dd51b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/voice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -834,8 +834,6 @@ void ff7_display_battle_action_text()

char *ff8_field_get_dialog_string(char *msg, int dialog_id)
{
if (trace_all || trace_voice) ffnx_trace("%s: dialog_id=%d\n", __func__, dialog_id);

ff8_get_field_dialog_string_id = dialog_id;

return msg + *(uint32_t *)(msg + 4 * dialog_id);
Expand Down

0 comments on commit 24dd51b

Please sign in to comment.