From: terencehill Date: Thu, 24 Nov 2016 23:14:53 +0000 (+0100) Subject: Remove unused specialcommand stuff from the client X-Git-Tag: xonotic-v0.8.2~417 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d46b92f6f6ba1fbdd993cbb6755965c3a0c3e0e8;p=xonotic%2Fxonotic-data.pk3dir.git Remove unused specialcommand stuff from the client --- 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) {