Skip to content

Commit

Permalink
Add TextCommon overflow target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjio committed Dec 10, 2022
1 parent 9333640 commit 956a146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,9 @@ namespace
GetTextIdByName("Common0186") == textId ||
GetTextIdByName("Outgame0028") == textId ||
GetTextIdByName("Outgame0231") == textId ||
GetTextIdByName("Outgame0393") == textId ||
GetTextIdByName("SingleMode0265") == textId ||
GetTextIdByName("Character0039") == textId ||
GetTextIdByName("Character0325") == textId)
{
text_set_horizontalOverflow(_this, 1);
Expand Down

0 comments on commit 956a146

Please sign in to comment.