mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
patch from phrosty for vc2005 support. includes fixes for a bunch of gcc-isms that crept in over the years.
This commit is contained in:
parent
9d165f317f
commit
81a57bb3fa
69 changed files with 12432 additions and 229 deletions
|
@ -40,6 +40,10 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef HAVE_MALLOC_H
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "QF/cbuf.h"
|
||||
#include "QF/crc.h"
|
||||
#include "QF/cvar.h"
|
||||
|
@ -393,7 +397,7 @@ static void
|
|||
ED_SpawnEntities (progs_t *pr, plitem_t *entity_list)
|
||||
{
|
||||
edict_t *ent;
|
||||
int inhibit;
|
||||
int inhibit = 0;
|
||||
plitem_t *entity;
|
||||
plitem_t *item;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue