Removed moodles' infokey stuff which was totally wrong anyway.
Enabled the prototype warnings. Looks like we need them. Fixed a few warnings other than the prototype ones which I just enabled. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1898 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
9caf98dc48
commit
9620a98dc2
25 changed files with 72 additions and 139 deletions
|
@ -1,3 +1,4 @@
|
|||
#ifdef Q3SHADERS
|
||||
#define SHADER_PASS_MAX 8
|
||||
#define SHADER_MAX_TC_MODS 8
|
||||
#define SHADER_DEFORM_MAX 8
|
||||
|
@ -245,3 +246,6 @@ void Shader_DefaultSkinShell(char *shortname, shader_t *s);
|
|||
void R_BackendInit (void);
|
||||
void Shader_Shutdown (void);
|
||||
qboolean Shader_Init (void);
|
||||
|
||||
mfog_t *CM_FogForOrigin(vec3_t org);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue