gcc is too fussy.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1956 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2006-02-12 00:01:42 +00:00
parent 484cf48e82
commit 09ef35578b
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ typedef struct {
script_t *scripts;
int maxscripts;
#define Q3SCRIPTPUNCTUATION "(,{})(\':;=!><&|+-"
int Script_Read(int handle, pc_token_t *token)
int Script_Read(int handle, struct pc_token_s *token)
{
int i;
script_t *sc = scripts+handle-1;