From 3fd7ed5b713403b6a6e8832b0fbc6f1cbbe80b2c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 17 May 2004 00:31:56 +0000 Subject: [PATCH] correct the skin format code as pointed out by Grievre --- qw/source/teamplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/teamplay.c b/qw/source/teamplay.c index 457840639..fe4ceaeac 100644 --- a/qw/source/teamplay.c +++ b/qw/source/teamplay.c @@ -158,7 +158,7 @@ Team_ParseSay (const char *s) t2[1] = 0; t1 = t2; break; - case 's': + case 'S': bracket = 0; t1 = skin->string; break;