From 73ba37882f4d4696071e68c034e5a6988178bc85 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:13:33 +0000 Subject: * from __future__ import thirdpersonspec (Lakitu7) --- src/cgame/cg_local.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cgame/cg_local.h') diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 73933525..87911919 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1100,6 +1100,9 @@ typedef struct vec3_t kick_angles; // weapon kicks vec3_t kick_origin; + + qboolean thirdPersonFollow; + // temp working variables for player view float bobfracsin; int bobcycle; -- cgit