From 91250c1078dc5dc5f48bba2b309920edd6cdfe68 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sun, 9 Oct 2016 20:40:29 +0300 Subject: Fix crash on attaching player to entity Rename "refresh" to "processInitData" --- src/content_cao.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content_cao.h') diff --git a/src/content_cao.h b/src/content_cao.h index cf14a1e18..5b3471814 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -125,6 +125,8 @@ public: void initialize(const std::string &data); + void processInitData(const std::string &data); + ClientActiveObject *getParent(); bool getCollisionBox(aabb3f *toset); -- cgit v1.2.3