diff options
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r-- | src/resources/beinginfo.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 6b359cec1..531392e99 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -38,10 +38,7 @@ struct Attack; -namespace ColorDB -{ - class ItemColorData; -} // namespace ColorDB +class ItemColorData; typedef std::map<int, Attack*> Attacks; @@ -361,7 +358,7 @@ class BeingInfo final std::string mCurrency; unsigned char mBlockWalkMask; BlockTypeT mBlockType; - const std::map <ItemColor, ColorDB::ItemColorData> *mColors; + const std::map <ItemColor, ItemColorData> *mColors; int mTargetOffsetX; int mTargetOffsetY; int mNameOffsetX; |