summaryrefslogtreecommitdiff
path: root/source/ui_loading.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/ui_loading.c')
-rw-r--r--source/ui_loading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui_loading.c b/source/ui_loading.c
index dfe0393..5f7e61d 100644
--- a/source/ui_loading.c
+++ b/source/ui_loading.c
@@ -61,7 +61,7 @@ void UI_DrawLoading( int realtime ) {
x = uis.glconfig.vidWidth / 2;
y = 8;
- Com_sprintf( buffer, sizeof( buffer ), "%s %s", loadingStatus.demoplayback ? "Playing back" : "Connecting to", loadingStatus.servername );
+ Q_concat( buffer, sizeof( buffer ), loadingStatus.demoplayback ? "Playing back " : "Connecting to ", loadingStatus.servername, NULL );
UI_DrawString( x, y, NULL, UI_CENTER|UI_DROPSHADOW, buffer );
y += 40;