mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
correct the skin format code as pointed out by Grievre
This commit is contained in:
parent
986dae9ec9
commit
3fd7ed5b71
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue