From: Mario Date: Mon, 23 Nov 2015 14:22:29 +0000 (+1000) Subject: Remove a remnant of the old Tetris game X-Git-Tag: xonotic-v0.8.2~1629 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6ba559ca38776e482e4a40696684007b0aa48cf3;p=xonotic%2Fxonotic-data.pk3dir.git Remove a remnant of the old Tetris game --- diff --git a/qcsrc/common/physics.qc b/qcsrc/common/physics.qc index 1cc9db51e..e119d5580 100644 --- a/qcsrc/common/physics.qc +++ b/qcsrc/common/physics.qc @@ -752,13 +752,9 @@ string specialcommand = "xwxwxsxsxaxdxaxdx1x "; void SpecialCommand() { #ifdef SVQC -#ifdef TETRIS - TetrisImpulse(); -#else if (!CheatImpulse(99)) LOG_INFO("A hollow voice says \"Plugh\".\n"); #endif -#endif } float PM_check_specialcommand(float buttons)