mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-20 01:21:28 +00:00
Added code to debug G_Repair
This commit is contained in:
parent
b4fb3ba5d0
commit
74d3663441
1 changed files with 5 additions and 0 deletions
|
@ -1840,6 +1840,11 @@ void G_Repair(gentity_t *ent, gentity_t *tr_ent, float rate) {
|
|||
max = tr_ent->r.maxs[i];
|
||||
}
|
||||
}
|
||||
|
||||
DEVELOPER(
|
||||
G_Printf("G_Repair: target=%d, goodDist=%d, curDist=%d\n", tr_ent-g_entities, 80+max, distance);
|
||||
);
|
||||
|
||||
if(distance > 80 + max) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue