[PATCH] fix a small output error

Johnny Mnemonic johnny at themnemonic.org
Sat Sep 14 18:49:21 EDT 2002


the patch explain itself..

--- src/client/console.c        2002/06/15 13:51:43     1.2
+++ src/client/console.c        2002/09/14 20:48:20
@@ -546,8 +546,8 @@
        {
                if (chat_team)
                {
-                       DrawString (8, v, "say_team:");
-                       skip = 11;
+                       DrawString (8, v, "say team:");
+                       skip = 10;
                }
                else
                {


-- 
Johnny



More information about the quake2 mailing list