- fixed: Speaker names in dialogues were not able to use the string table.

This commit is contained in:
Christoph Oelckers 2013-07-25 15:58:47 +02:00
parent cbc0b70e7c
commit 6dd956c0dc
1 changed files with 1 additions and 0 deletions

View File

@ -958,6 +958,7 @@ public:
if (CurNode->SpeakerName != NULL)
{
speakerName = CurNode->SpeakerName;
if (speakerName[0] == '$') speakerName = GStrings(speakerName+1);
}
else
{