diff options
Diffstat (limited to 'src/resources/beinginfo.h')
-rw-r--r-- | src/resources/beinginfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/beinginfo.h b/src/resources/beinginfo.h index 531392e99..7e016d580 100644 --- a/src/resources/beinginfo.h +++ b/src/resources/beinginfo.h @@ -328,7 +328,7 @@ class BeingInfo final void addMenu(const std::string &name, const std::string &command); - const std::vector<BeingMenuItem> &getMenu() const A_CONST; + const STD_VECTOR<BeingMenuItem> &getMenu() const A_CONST; void setString(const int idx, const std::string &value) @@ -353,7 +353,7 @@ class BeingInfo final CursorT mHoverCursor; ItemSoundEvents mSounds; Attacks mAttacks; - std::vector<BeingMenuItem> mMenu; + STD_VECTOR<BeingMenuItem> mMenu; std::map<int, std::string> mStrings; std::string mCurrency; unsigned char mBlockWalkMask; |