From afa2b8714f2e5dcbc45099c9a9418b25bfcc097f Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 16 Jul 2011 17:39:03 +0300 Subject: Attempt to fix a problem with the factory mappings of objects residing in different source files than the prototype objects that fill them in --- src/content_sao.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content_sao.cpp') diff --git a/src/content_sao.cpp b/src/content_sao.cpp index fc6f208a0..c41f4ed78 100644 --- a/src/content_sao.cpp +++ b/src/content_sao.cpp @@ -21,6 +21,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "collision.h" #include "environment.h" +core::map ServerActiveObject::m_types; + /* TestSAO */ -- cgit v1.2.3