From 6ba559ca38776e482e4a40696684007b0aa48cf3 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 24 Nov 2015 00:22:29 +1000 Subject: [PATCH] Remove a remnant of the old Tetris game --- qcsrc/common/physics.qc | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.39.2