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)
{
out.printerr("title-folder: Failed to get original title\n");
plugin_shutdown(out);
return CR_FAILURE;
title = "Dwarf Fortress";
}
original_title = title;