Add a missing return in tiletypes

develop
Jared Adams 2012-05-07 19:30:33 -06:00
parent 833bf518d9
commit 5bd90e28b8
1 changed files with 1 additions and 0 deletions

@ -781,6 +781,7 @@ command_result executePaintJob(color_ostream &out)
if (map.WriteAll())
{
out.print("OK\n");
return CR_OK;
}
else
{