- center the texts on Duke's loading screen.

This commit is contained in:
Christoph Oelckers 2021-05-01 20:14:30 +02:00
parent 512f1d852b
commit a2a850ea3c

View file

@ -1042,8 +1042,8 @@ class DukeLoadScreen : ScreenJob
if (!Raze.IsRR())
{
Duke.BigText(160, 90, (rec.flags & MapRecord.USERMAP)? "$TXT_LOADUM" : "$TXT_LOADING");
Duke.BigText(160, 114, rec.DisplayName());
Duke.BigText(160, 90, (rec.flags & MapRecord.USERMAP)? "$TXT_LOADUM" : "$TXT_LOADING", 0);
Duke.BigText(160, 114, rec.DisplayName(), 0);
}
else
{