mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 08:41:42 +00:00
Had to define Cvar_FindAlias() in order to avoid warnings - should this be in
a .h file?
This commit is contained in:
parent
9696545932
commit
1f11e0573b
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@
|
||||||
#define RETURN_EDICT(e) (((int *)pr_globals)[OFS_RETURN] = EDICT_TO_PROG(e))
|
#define RETURN_EDICT(e) (((int *)pr_globals)[OFS_RETURN] = EDICT_TO_PROG(e))
|
||||||
#define RETURN_STRING(s) (((int *)pr_globals)[OFS_RETURN] = PR_SetString(s))
|
#define RETURN_STRING(s) (((int *)pr_globals)[OFS_RETURN] = PR_SetString(s))
|
||||||
|
|
||||||
|
cvar_t *Cvar_FindAlias (char *alias_name);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
===============================================================================
|
===============================================================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue