X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fstaticobject.cpp;h=86e455b9f65093247d5aaf09609733657e6d1db0;hb=074e6a67def42ab9c91b8638c914869d516a9cd7;hp=b331ac2f2b7557d8c84bd6432509a352ac779db9;hpb=2c860a6a420e16289c56f6185f333a2dd0cde386;p=dragonfireclient.git diff --git a/src/staticobject.cpp b/src/staticobject.cpp index b331ac2f2..86e455b9f 100644 --- a/src/staticobject.cpp +++ b/src/staticobject.cpp @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "staticobject.h" #include "util/serialize.h" -#include "content_sao.h" +#include "server/serveractiveobject.h" StaticObject::StaticObject(const ServerActiveObject *s_obj, const v3f &pos_): type(s_obj->getType()), @@ -35,7 +35,7 @@ void StaticObject::serialize(std::ostream &os) // pos writeV3F1000(os, pos); // data - os<