]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove a remnant of the old Tetris game
authorMario <mario@smbclan.net>
Mon, 23 Nov 2015 14:22:29 +0000 (00:22 +1000)
committerMario <mario@smbclan.net>
Mon, 23 Nov 2015 14:22:29 +0000 (00:22 +1000)
qcsrc/common/physics.qc

index 1cc9db51e2d3cbe32369887c3caa00b1f10ff2df..e119d55808b653324492c909ec04a5fd35ecc386 100644 (file)
@@ -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)