summaryrefslogtreecommitdiff
path: root/src/content_cao.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-16 16:52:45 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-07-16 16:52:45 +0200
commit014a3aea3257aadf53e50bcedd4d2da148bafea2 (patch)
treee84fdfd731ac14fa17c017cf403b04704b51cee5 /src/content_cao.cpp
parent5086bd5664a0b7d60ed8aae757bf0312d9f159e4 (diff)
parentafa2b8714f2e5dcbc45099c9a9418b25bfcc097f (diff)
downloadminetest-014a3aea3257aadf53e50bcedd4d2da148bafea2.tar.gz
minetest-014a3aea3257aadf53e50bcedd4d2da148bafea2.tar.bz2
minetest-014a3aea3257aadf53e50bcedd4d2da148bafea2.zip
Merge remote-tracking branch 'origin/upstream'
Diffstat (limited to 'src/content_cao.cpp')
-rw-r--r--src/content_cao.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_cao.cpp b/src/content_cao.cpp
index ab20f1a95..dc5ac400f 100644
--- a/src/content_cao.cpp
+++ b/src/content_cao.cpp
@@ -21,6 +21,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "tile.h"
#include "environment.h"
+core::map<u16, ClientActiveObject::Factory> ClientActiveObject::m_types;
+
/*
TestCAO
*/