Fix bug in controller list scan (introduced in recent code cleanup)

This commit is contained in:
Benoit Bolsee 2012-05-18 13:27:33 +00:00
parent 03222143c0
commit 894dd820ac

@ -4747,7 +4747,6 @@ static void direct_link_object(FileData *fd, Object *ob)
test_pointer_array(fd, (void **)&cont->links);
if (cont->state_mask == 0)
cont->state_mask = 1;
cont= cont->next;
}
link_glob_list(fd, &ob->actuators);