mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-31 04:30:38 +00:00
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:
parent
484cf48e82
commit
09ef35578b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue