diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index f55503c8..277556d9 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -294,6 +294,8 @@ typedef struct namelog_s int score; int credits; team_t team; + + int id; } namelog_t; // client data that stays across multiple respawns, but is cleared |