Skip to content

Commit

Permalink
Merge pull request #666 from Veslyquix/patch-1
Browse files Browse the repository at this point in the history
Comment helpbox.c
  • Loading branch information
RevoSucks authored Aug 18, 2024
2 parents 92a8fc2 + 0273c35 commit 43f3738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ void HelpBoxIntroDrawTexts(struct ProcHelpBoxIntro * proc)

otherProc->pretext_lines = proc->pretext_lines;

// TODO: Unknown? Seems pointless, but needed for match
// GetStringFromIndex writes to sMsgString.buffer1, which is then used by StringInsertSpecialPrefixByCtrl a couple lines later
GetStringFromIndex(proc->msg);

otherProc->string = StringInsertSpecialPrefixByCtrl();
Expand Down

0 comments on commit 43f3738

Please sign in to comment.