- fixed: IDBEHOLD altered the item counter.
SVN r2247 (trunk)
This commit is contained in:
parent
0529ffa043
commit
7f2ab00abe
4 changed files with 13 additions and 20 deletions
|
|
@ -537,7 +537,6 @@ PalEntry APowerStrength::GetBlend ()
|
|||
// Invisibility Powerup ------------------------------------------------------
|
||||
|
||||
IMPLEMENT_CLASS (APowerInvisibility)
|
||||
IMPLEMENT_CLASS (APowerShadow)
|
||||
|
||||
// Invisibility flag combos
|
||||
#define INVISIBILITY_FLAGS1 (MF_SHADOW)
|
||||
|
|
|
|||
|
|
@ -81,12 +81,6 @@ protected:
|
|||
// fixed_t OwnersNormalAlpha;
|
||||
};
|
||||
|
||||
// Needed only for m_cheat.cpp now
|
||||
class APowerShadow : public APowerInvisibility
|
||||
{
|
||||
DECLARE_CLASS (APowerShadow, APowerInvisibility)
|
||||
};
|
||||
|
||||
class APowerIronFeet : public APowerup
|
||||
{
|
||||
DECLARE_CLASS (APowerIronFeet, APowerup)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue