mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-03-20 01:21:28 +00:00
Added new TODO
This commit is contained in:
parent
f5fad5b3e8
commit
0f99d23ae0
1 changed files with 2 additions and 1 deletions
|
@ -6313,7 +6313,8 @@ static void Cmd_getOrigin_f(gentity_t *ent) {
|
|||
if( i > MAX_GENTITIES - 1)
|
||||
return;
|
||||
|
||||
G_PrintfClient(ent, "s.origin = %s, r.currentOrigin = %s, pos1 = %s, pos2 = %s\n\"", vtos(g_entities[i].s.origin), vtos(g_entities[i].r.currentOrigin), vtos(g_entities[i].pos1), vtos(g_entities[i].pos2));
|
||||
// TODO add output for trBase
|
||||
G_PrintfClient(ent, "ent->s.origin = %s, ent->r.currentOrigin = %s, ent->pos1 = %s, ent->pos2 = %s\n\"", vtos(g_entities[i].s.origin), vtos(g_entities[i].r.currentOrigin), vtos(g_entities[i].pos1), vtos(g_entities[i].pos2));
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue