1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Attempt to fix a problem with the factory mappings of objects residing in different source files than the prototype objects that fill them in

This commit is contained in:
Perttu Ahola 2011-07-16 17:39:03 +03:00
parent 98ccac5969
commit afa2b8714f
4 changed files with 4 additions and 4 deletions

View file

@ -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)
{