diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 97606f10..9e1e9e7b 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1030,7 +1030,8 @@ typedef struct // kill timers for carnage reward int lastKillTime; - // crosshair client ID + // targeted entity + int crosshairBuildable; int crosshairClientNum; int crosshairClientTime; |