Bug fix in Dialogs window#2802
Conversation
Replace the JustifyCenter token by a space so that successive lines of a record into Internal_RSC separated by a [/center] are not sicked together when displayed into the Dialogs window.
|
I can see how the center token can generate this issue, given that neither The current solution seems to work for this issue, I'm just not sure if this could have other side effects, and if there's not a wider issue I'm missing |
|
For the Internal_RSC entries that are displayed into the Dialogs window, there are only 3 possible tags : [/record], [/end] and [/center]. The two first tags indicates an end of line, so they can be replaced by "", but [/center] is just not anymore taken into account into this specific window, as all text is left aligned. To add a space when you join one line that finish with [/center] with the following one was forgotten. |
Replace the JustifyCenter token by a space so that successive lines of a record into Internal_RSC separated by a [/center] are not sticked together when displayed into the Dialogs window.
Example:
8570,"Ah, at last! I was beginning to think you[/center]
wouldn't get this far.[/center]
[/end]"
With current code into TextManager.cs:

After bug fix:
