Fix compile

develop
Quietust 2012-10-30 11:48:28 -05:00
parent 4fa826d2b9
commit b46885bb3c
1 changed files with 1 additions and 1 deletions

@ -339,7 +339,7 @@ auto_renderer_decorator decorator;
DFhackCExport command_result plugin_init ( color_ostream &out, vector <PluginCommand> &commands)
{
if (!df::renderer::_identity.can_allocate())
if (!df::renderer::_identity.can_instantiate())
{
out.printerr("Cannot allocate a renderer\n");
return CR_OK;