correct the skin format code as pointed out by Grievre

This commit is contained in:
Bill Currie 2004-05-17 00:31:56 +00:00
parent 986dae9ec9
commit 3fd7ed5b71

View file

@ -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;