Missed a return path which should set a variable to false. Fixes bug #19369.

This commit is contained in:
Gabriel Morin 2012-02-04 12:02:29 +00:00
parent 80e8d6a44f
commit 5e4c706754

View file

@ -916,6 +916,7 @@ bool manager::execute_all_actions()
if(viewer_actions()->empty() || viewer_actions()->turn_size(0) == 0)
{
//No actions to execute, job done.
executing_all_actions_ = false;
return true;
}