- Exhumed: fix Ramses text overlay display.

This commit is contained in:
Christoph Oelckers 2022-01-03 20:52:47 +01:00
parent 57d54a2105
commit 894f9a6b0a

View file

@ -355,8 +355,7 @@ void TextOverlay::ComputeCinemaText()
void TextOverlay::ReadyCinemaText(const char* nVal)
{
FString label = nVal[0] == '$'? GStrings(nVal +1) : nVal;
screentext = label.Split("\n");
ComputeCinemaText();
Create(label, 0);
}
void TextOverlay::DisplayText()