diff options
| author | raymoo <uguu@installgentoo.com> | 2016-08-04 13:09:21 -0700 |
|---|---|---|
| committer | Ner'zhul <nerzhul@users.noreply.github.com> | 2016-10-13 17:33:16 +0200 |
| commit | c9e7a27eeb628be78a835abadf8afe1177eb90c5 (patch) | |
| tree | 119a8747a0d33f69f5e14c6a563f3e9df673f923 /src/server.h | |
| parent | 0b27a70b294590d7fb2bb25bf2d207a719ce8d98 (diff) | |
| download | dragonfireclient-c9e7a27eeb628be78a835abadf8afe1177eb90c5.tar.xz | |
Attached particle spawners
Diffstat (limited to 'src/server.h')
| -rw-r--r-- | src/server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server.h b/src/server.h index 6ee61a0eb..5fc2a9133 100644 --- a/src/server.h +++ b/src/server.h @@ -258,6 +258,7 @@ public: float minexptime, float maxexptime, float minsize, float maxsize, bool collisiondetection, bool collision_removal, + ServerActiveObject *attached, bool vertical, const std::string &texture, const std::string &playername); @@ -434,6 +435,7 @@ private: float minexptime, float maxexptime, float minsize, float maxsize, bool collisiondetection, bool collision_removal, + u16 attached_id, bool vertical, const std::string &texture, u32 id); void SendDeleteParticleSpawner(u16 peer_id, u32 id); |
