mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
- Exhumed: fix Ramses text overlay display.
This commit is contained in:
parent
57d54a2105
commit
894f9a6b0a
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue