mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-15 16:41:16 +00:00
Fixed wrong format string
This commit is contained in:
parent
74d3663441
commit
8f3626b625
1 changed files with 1 additions and 1 deletions
|
@ -1842,7 +1842,7 @@ void G_Repair(gentity_t *ent, gentity_t *tr_ent, float rate) {
|
|||
}
|
||||
|
||||
DEVELOPER(
|
||||
G_Printf("G_Repair: target=%d, goodDist=%d, curDist=%d\n", tr_ent-g_entities, 80+max, distance);
|
||||
G_Printf("G_Repair: target=%d, goodDist=%f, curDist=%f\n", tr_ent-g_entities, 80+max, distance);
|
||||
);
|
||||
|
||||
if(distance > 80 + max) {
|
||||
|
|
Loading…
Reference in a new issue