From b61166c9b27850d3e581923cca52d79b11676807 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 4 Jun 2024 14:29:39 +0200 Subject: [PATCH] Remove commented out code --- qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh | 1 - qcsrc/common/mutators/mutator/powerups/powerup/shield.qh | 1 - qcsrc/common/mutators/mutator/powerups/powerup/speed.qh | 1 - qcsrc/common/mutators/mutator/powerups/powerup/strength.qh | 1 - 4 files changed, 4 deletions(-) diff --git a/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh b/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh index 110fef86f..6ec71504e 100644 --- a/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh +++ b/qcsrc/common/mutators/mutator/powerups/powerup/invisibility.qh @@ -37,7 +37,6 @@ REGISTER_ITEM(Invisibility, Powerup) { this.m_itemid = IT_INVISIBILITY; this.m_skin = 3; this.m_sound = SND_Invisibility; - // this.m_glow = true; this.m_respawnsound = SND_STRENGTH_RESPAWN; #endif this.netname = "invisibility"; diff --git a/qcsrc/common/mutators/mutator/powerups/powerup/shield.qh b/qcsrc/common/mutators/mutator/powerups/powerup/shield.qh index f2c03b295..64e04cc8e 100644 --- a/qcsrc/common/mutators/mutator/powerups/powerup/shield.qh +++ b/qcsrc/common/mutators/mutator/powerups/powerup/shield.qh @@ -36,7 +36,6 @@ REGISTER_ITEM(Shield, Powerup) { this.m_itemid = IT_INVINCIBLE; this.m_skin = 1; this.m_sound = SND_Shield; - // this.m_glow = true; this.m_respawnsound = SND_SHIELD_RESPAWN; #endif this.netname = "invincible"; diff --git a/qcsrc/common/mutators/mutator/powerups/powerup/speed.qh b/qcsrc/common/mutators/mutator/powerups/powerup/speed.qh index 2d7ee8856..f8da5d4d6 100644 --- a/qcsrc/common/mutators/mutator/powerups/powerup/speed.qh +++ b/qcsrc/common/mutators/mutator/powerups/powerup/speed.qh @@ -38,7 +38,6 @@ REGISTER_ITEM(Speed, Powerup) { this.m_itemid = IT_SPEED; this.m_skin = 2; this.m_sound = SND_Speed; - // this.m_glow = true; this.m_respawnsound = SND_SHIELD_RESPAWN; #endif this.netname = "speed"; diff --git a/qcsrc/common/mutators/mutator/powerups/powerup/strength.qh b/qcsrc/common/mutators/mutator/powerups/powerup/strength.qh index c4a080042..f4f676ee7 100644 --- a/qcsrc/common/mutators/mutator/powerups/powerup/strength.qh +++ b/qcsrc/common/mutators/mutator/powerups/powerup/strength.qh @@ -38,7 +38,6 @@ REGISTER_ITEM(Strength, Powerup) { this.m_itemid = IT_STRENGTH; this.m_skin = 0; this.m_sound = SND_Strength; - // this.m_glow = true; this.m_respawnsound = SND_STRENGTH_RESPAWN; #endif this.netname = "strength"; -- 2.39.2