about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/client/components/chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/chat.cpp b/src/game/client/components/chat.cpp
index abd2f73a..998ba6ed 100644
--- a/src/game/client/components/chat.cpp
+++ b/src/game/client/components/chat.cpp
@@ -167,7 +167,7 @@ void CHAT::on_render()
 		// get the y offset
 		TEXT_CURSOR cursor;
 		gfx_text_set_cursor(&cursor, begin, 0, fontsize, 0);
-		cursor.line_width = 300.0f;
+		cursor.line_width = 200.0f;
 		gfx_text_ex(&cursor, lines[r].name, -1);
 		gfx_text_ex(&cursor, lines[r].text, -1);
 		y -= cursor.y + cursor.font_size;