diff --git a/defs.qh b/defs.qh index 76d9da3..f1c3146 100644 --- a/defs.qh +++ b/defs.qh @@ -840,7 +840,7 @@ float (entity e) EF_GlowColor; #define GR_ANTIGRAV_TIME 3 #define GR_ANTIGRAV_DEC 30 -#define NEW_CONCUSS_BOUNCE // New conc bounce algo (same as regular gren) +#undef NEW_CONCUSS_BOUNCE // New conc bounce algo (same as regular gren) // Defines for the Gas Grenade #define GR_HALLU_TIME 0.1 diff --git a/scout.qc b/scout.qc index 31d9b0a..644590f 100644 --- a/scout.qc +++ b/scout.qc @@ -226,10 +226,12 @@ void() ConcussionGrenadeTimer = if (self.has_camera < time) { self.owner.mangle = '0 0 0'; - + +#ifdef GR_CONCUSS_SETANGLE msg_entity = self.owner; WriteByte (MSG_ONE, SVC_SETANGLE); WriteAngleV (MSG_ONE, self.owner.v_angle); +#endif self.has_camera = time + GR_CONCUSS_FIXTIME; }