Try to switch some types in preparation for potentially switching to 64bit types (so qc timer can use doubles for longer map uptime).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5718 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ee55057f8d
commit
856cad09cc
30 changed files with 384 additions and 406 deletions
|
@ -511,8 +511,8 @@ SV_LinkEdict
|
|||
*/
|
||||
void QDECL World_LinkEdict (world_t *w, wedict_t *ent, qboolean touch_triggers)
|
||||
{
|
||||
vec_t *mins;
|
||||
vec_t *maxs;
|
||||
pvec_t *mins;
|
||||
pvec_t *maxs;
|
||||
int solid;
|
||||
|
||||
#ifdef USEAREAGRID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue