hedgewars/uChat.pas
changeset 2500 31ba68a50208
parent 2403 6c5d504af2ba
child 2518 126850aec94d
--- a/hedgewars/uChat.pas	Fri Oct 16 18:04:38 2009 +0000
+++ b/hedgewars/uChat.pas	Fri Oct 16 18:37:55 2009 +0000
@@ -49,7 +49,7 @@
 const colors: array[#1..#4] of Longword = (
 	$FFFFFF, // chat message
 	$FF00FF, // action message
-	$00FF00, // join/leave message
+	$90FF90, // join/leave message
 	$A0FFFF  // team message
 	);