1
0
Fork 0

Changed GetContent function.

This commit is contained in:
STRWarrior 2014-01-16 16:54:22 +01:00
parent c7d556afaf
commit ca835a0565
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ public:
cRideableMinecart(double a_X, double a_Y, double a_Z, const cItem & a_Content, int a_Height);
cItem GetContent(void) const {return m_Content;}
const cItem & GetContent(void) const {return m_Content;}
int GetBlockHeight(void) const {return m_Height;}
// cEntity overrides:
virtual void OnRightClicked(cPlayer & a_Player) override;