diff options
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r-- | src/remoteplayer.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h index ea118e604..260504fb4 100644 --- a/src/remoteplayer.h +++ b/src/remoteplayer.h @@ -110,12 +110,7 @@ public: bool checkModified() const { return m_dirty || inventory.checkModified(); } - void setModified(const bool x) - { - m_dirty = x; - if (!x) - inventory.setModified(x); - } + inline void setModified(const bool x) { m_dirty = x; } void setLocalAnimations(v2s32 frames[4], float frame_speed) { |