diff options
| author | Loïc Blot <nerzhul@users.noreply.github.com> | 2020-04-10 19:49:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-10 19:49:20 +0200 |
| commit | f648fb76aef96a1da608c64346fc65d4dd44caa8 (patch) | |
| tree | 5f46a0d40742c7ae3e81f58728a702c8f3d6035e /src/client/content_cao.h | |
| parent | 2349d31bae1bfc4d58fd88efbc88261e69b11dad (diff) | |
| download | minetest-f648fb76aef96a1da608c64346fc65d4dd44caa8.tar.xz | |
Drop genericobject.{cpp,h} (#9629)
* Drop genericobject.{cpp,h}
This file is not for generic object but for ActiveObject message passing.
Put ownership of the various commands to the right objects and cleanup the related code.
* Protect ServerActiveObject::m_messages_out
* typo fix
Diffstat (limited to 'src/client/content_cao.h')
| -rw-r--r-- | src/client/content_cao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/content_cao.h b/src/client/content_cao.h index 7c29cbf17..c53b81433 100644 --- a/src/client/content_cao.h +++ b/src/client/content_cao.h @@ -68,6 +68,7 @@ struct SmoothTranslatorWrappedv3f : SmoothTranslator<v3f> class GenericCAO : public ClientActiveObject { private: + void readAOMessageProperties(std::istream &is); // Only set at initialization std::string m_name = ""; bool m_is_player = false; |
