Skip to content

Commit

Permalink
- center the texts on Duke's loading screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 1, 2021
1 parent 512f1d8 commit a2a850e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wadsrc/static/zscript/games/duke/ui/screens.zs
Expand Up @@ -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
{
Expand Down

0 comments on commit a2a850e

Please sign in to comment.