mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: Speaker names in dialogues were not able to use the string table.
This commit is contained in:
parent
cbc0b70e7c
commit
6dd956c0dc
1 changed files with 1 additions and 0 deletions
|
@ -958,6 +958,7 @@ public:
|
||||||
if (CurNode->SpeakerName != NULL)
|
if (CurNode->SpeakerName != NULL)
|
||||||
{
|
{
|
||||||
speakerName = CurNode->SpeakerName;
|
speakerName = CurNode->SpeakerName;
|
||||||
|
if (speakerName[0] == '$') speakerName = GStrings(speakerName+1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue