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:
parent
5ab43cc90e
commit
f8a1789089
2 changed files with 23 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue