summaryrefslogtreecommitdiff
path: root/texteff.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-14 16:53:38 +0000
committerdominik <dominik@openttd.org>2004-12-14 16:53:38 +0000
commit967425b368211a702bf6b78b17031ae105078a32 (patch)
treee09e6c8a106ac219b9216044e093bbf41a198c8b /texteff.c
parenta63b2f3061931ad37af316d58a23327a8edd9d76 (diff)
downloadopenttd-967425b368211a702bf6b78b17031ae105078a32.tar.xz
(svn r1082) Feature: Chat toolbar
- to chat with all players press Return (or Shift-T) and type in the message - Press Return again to send the message
Diffstat (limited to 'texteff.c')
-rw-r--r--texteff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/texteff.c b/texteff.c
index bccab3c9f..5e8730c4c 100644
--- a/texteff.c
+++ b/texteff.c
@@ -35,7 +35,7 @@ bool _textmessage_visible = false;
const int _textmessage_box_left = 10; // Pixels from left
const int _textmessage_box_y = 150; // Height of box
-const int _textmessage_box_bottom = 20; // Pixels from bottom
+const int _textmessage_box_bottom = 30; // Pixels from bottom
const int _textmessage_box_max_width = 400; // Max width of box
static byte _textmessage_backup[150*400]; // (y * max_width)