diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2020-04-10 21:25:42 +0200 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2020-04-11 16:07:17 +0200 |
commit | 6d43736172f8459cb70219186ae003c56c389f2a (patch) | |
tree | e7aef0d6166ddc6538b3051bc0005a640ad10963 /src/mapgen | |
parent | 01b3f26c7bc62305b205136bb95a2a4550761c3c (diff) | |
download | minetest-6d43736172f8459cb70219186ae003c56c389f2a.tar.gz minetest-6d43736172f8459cb70219186ae003c56c389f2a.tar.bz2 minetest-6d43736172f8459cb70219186ae003c56c389f2a.zip |
Move serveractiveobject & unitsao
Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h}
Move UnitSAO class to dedicated files
Diffstat (limited to 'src/mapgen')
-rw-r--r-- | src/mapgen/mapgen_v6.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapgen/mapgen_v6.cpp b/src/mapgen/mapgen_v6.cpp index 8a863c044..f473f725d 100644 --- a/src/mapgen/mapgen_v6.cpp +++ b/src/mapgen/mapgen_v6.cpp @@ -27,7 +27,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapblock.h" #include "mapnode.h" #include "map.h" -//#include "serverobject.h" #include "content_sao.h" #include "nodedef.h" #include "voxelalgorithms.h" |