diff --git a/plugins/dfstream.cpp b/plugins/dfstream.cpp index 6144389d7..1ed906881 100644 --- a/plugins/dfstream.cpp +++ b/plugins/dfstream.cpp @@ -339,7 +339,7 @@ auto_renderer_decorator decorator; DFhackCExport command_result plugin_init ( color_ostream &out, vector &commands) { - if (!df::renderer::_identity.can_allocate()) + if (!df::renderer::_identity.can_instantiate()) { out.printerr("Cannot allocate a renderer\n"); return CR_OK;