]> git.lizzy.rs Git - minetest.git/blobdiff - src/clientobject.cpp
Workaround for blocks having a huge amount of active objects; add log messages relate...
[minetest.git] / src / clientobject.cpp
index bec9f46fdd0c8a6cb5942c92cbe2fb55fbf5e36b..ee2ad0b9fcd7cf0aa71fc6ee3ba768761abed0fe 100644 (file)
@@ -45,7 +45,7 @@ ClientActiveObject* ClientActiveObject::create(u8 type)
        {
                // If factory is not found, just return.
                dstream<<"WARNING: ClientActiveObject: No factory for type="
-                               <<type<<std::endl;
+                               <<(int)type<<std::endl;
                return NULL;
        }