Allow longer skin names, and get q2 using 24bit player skins.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2005 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-22 23:43:59 +00:00
parent 5ab43cc90e
commit f8a1789089
2 changed files with 23 additions and 7 deletions

View file

@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
typedef struct
{
char name[16];
char name[64];
int width;
int height;
int cachedbpp;