mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
- center the texts on Duke's loading screen.
This commit is contained in:
parent
512f1d852b
commit
a2a850ea3c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue