summaryrefslogtreecommitdiff
path: root/src/clientobject.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-16 17:39:03 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-16 17:39:03 +0300
commitafa2b8714f2e5dcbc45099c9a9418b25bfcc097f (patch)
tree6c59444f78c48dcc2d2f350007464144af12945a /src/clientobject.cpp
parent98ccac59697f12ead0a1ee9e0d71f79fc697293f (diff)
downloadminetest-afa2b8714f2e5dcbc45099c9a9418b25bfcc097f.tar.gz
minetest-afa2b8714f2e5dcbc45099c9a9418b25bfcc097f.tar.bz2
minetest-afa2b8714f2e5dcbc45099c9a9418b25bfcc097f.zip
Attempt to fix a problem with the factory mappings of objects residing in different source files than the prototype objects that fill them in
Diffstat (limited to 'src/clientobject.cpp')
-rw-r--r--src/clientobject.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/clientobject.cpp b/src/clientobject.cpp
index 787efef29..bec9f46fd 100644
--- a/src/clientobject.cpp
+++ b/src/clientobject.cpp
@@ -26,8 +26,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
ClientActiveObject
*/
-core::map<u16, ClientActiveObject::Factory> ClientActiveObject::m_types;
-
ClientActiveObject::ClientActiveObject(u16 id):
ActiveObject(id)
{