diff options
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 304222af..df295a4e 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -4351,7 +4351,8 @@ void UI_DrawConnectScreen( qboolean overlay ) Text_PaintCenter( centerPoint, yStart, scale, colorWhite, va( "Loading %s", Info_ValueForKey( info, "mapname" ) ), 0 ); if( !Q_stricmp( cstate.servername, "localhost" ) ) - Text_PaintCenter( centerPoint, yStart + 48, scale, colorWhite, va( "Starting up..." ), ITEM_TEXTSTYLE_SHADOWEDMORE ); + Text_PaintCenter( centerPoint, yStart + 48, scale, colorWhite, + "Starting up...", ITEM_TEXTSTYLE_SHADOWEDMORE ); else { Com_sprintf( text, sizeof( text ), "Connecting to %s", cstate.servername ); |