Make title-folder work without SDL_WM_GetCaption

develop
lethosor 2016-10-08 17:02:45 -04:00
parent 2806fe73a9
commit 1c20ebe62c
1 changed files with 1 additions and 2 deletions

@ -63,8 +63,7 @@ DFhackCExport command_result plugin_init (color_ostream &out, std::vector <Plugi
if (!title) if (!title)
{ {
out.printerr("title-folder: Failed to get original title\n"); out.printerr("title-folder: Failed to get original title\n");
plugin_shutdown(out); title = "Dwarf Fortress";
return CR_FAILURE;
} }
original_title = title; original_title = title;