diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2015-06-28 21:06:06 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2015-06-28 21:06:06 +0200 |
commit | 93d2e4414ee25e417ee0d2ca0248448002ea4d5b (patch) | |
tree | f8a5884f09d7396bd04f4b356767230144f50d3a /src/game/g_csw.h | |
parent | 5904b538d7fd639429a450b0ad7928cd311213fd (diff) |
Remove all code and assets related to Mine, Smoke and Flames.
Diffstat (limited to 'src/game/g_csw.h')
-rw-r--r-- | src/game/g_csw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_csw.h b/src/game/g_csw.h index 96158b7..3b93529 100644 --- a/src/game/g_csw.h +++ b/src/game/g_csw.h @@ -24,7 +24,6 @@ CSW( CSW_LEVEL2_ALT, MOD_LEVEL2_ZAP, "Marauder Zap", LEVEL2_AREAZAP CSW( CSW_LEVEL3, MOD_LEVEL3_CLAW, "Dragoon", LEVEL3_CLAW_DMG ), CSW( CSW_LEVEL3_ALT, MOD_LEVEL3_BOUNCEBALL, "Dragoon Barb", LEVEL3_BOUNCEBALL_DMG ), CSW( CSW_LEVEL4, MOD_LEVEL4_CLAW, "Tyrant", LEVEL4_CLAW_DMG ), -CSW( CSW_LEVEL4_ALT, MOD_LEVEL4_FLAMES, "Tyrant Flames", 50 ), CSW( CSW_LEVEL5, MOD_LEVEL5_CLAW, "Hummel", LEVEL5_CLAW_DMG ), CSW( CSW_LEVEL5_ALT, MOD_LEVEL5_BOUNCEBALL, "Hummel Prickles", LEVEL5_PRICKLES_DMG ) |