diff options
Diffstat (limited to 'src/serverobject.h')
-rw-r--r-- | src/serverobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverobject.h b/src/serverobject.h index 3dcb99552..a0886ed1e 100644 --- a/src/serverobject.h +++ b/src/serverobject.h @@ -156,7 +156,7 @@ public: {} virtual void setBonePosRot(std::string bone, v3f position, v3f rotation) {} - virtual void setAttachment(ServerActiveObject *parent, std::string bone, v3f position, v3f rotation) + virtual void setAttachment(int parent_id, std::string bone, v3f position, v3f rotation) {} virtual ObjectProperties* accessObjectProperties() { return NULL; } |