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:
Spoike 2006-01-28 02:35:40 +00:00
parent 9caf98dc48
commit 9620a98dc2
25 changed files with 72 additions and 139 deletions

View file

@ -130,7 +130,9 @@ void ValidationPrintVersion(char *f_query_string)
//char answer; //unreferenced
//char name[128]; //unrefernced
char sr[256];
#ifdef RGLQUAKE
char *s; // unreferenced in software only client
#endif
int i;
extern cvar_t r_shadow_realtime_world, r_drawflat;