From d46b92f6f6ba1fbdd993cbb6755965c3a0c3e0e8 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 25 Nov 2016 00:14:53 +0100 Subject: [PATCH] Remove unused specialcommand stuff from the client --- qcsrc/common/physics/player.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/physics/player.qc b/qcsrc/common/physics/player.qc index b5635e094..264541522 100644 --- a/qcsrc/common/physics/player.qc +++ b/qcsrc/common/physics/player.qc @@ -481,15 +481,15 @@ float racecar_angle(float forward, float down) return ret * angle_mult; } +#ifdef SVQC string specialcommand = "xwxwxsxsxaxdxaxdx1x "; .float specialcommand_pos; void SpecialCommand(entity this) { -#ifdef SVQC if (!CheatImpulse(this, CHIMPULSE_GIVE_ALL.impulse)) LOG_INFO("A hollow voice says \"Plugh\".\n"); -#endif } +#endif bool PM_check_specialcommand(entity this, int buttons) { -- 2.39.2