Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT define

This commit is contained in:
2014-04-01 11:34:00 +11:00
parent 2c00ecc738
commit 617557b08e
407 changed files with 3229 additions and 3199 deletions

View File

@@ -114,7 +114,7 @@ void game_copy_pose(bPose **dst, bPose *src, int copy_constraint)
ListBase listb;
// copy all constraint for backward compatibility
// BKE_copy_constraints NULLs listb, no need to make extern for this operation.
BKE_copy_constraints(&listb, &pchan->constraints, FALSE);
BKE_copy_constraints(&listb, &pchan->constraints, false);
pchan->constraints= listb;
}
else {