code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also replace do prefix with do_ for bool vars.
This commit is contained in:
		@@ -133,7 +133,7 @@ bNode *node_group_make_from_selected(bNodeTree *ntree)
 | 
			
		||||
			DO_MINMAX2((&node->locx), min, max);
 | 
			
		||||
			totnode++;
 | 
			
		||||
		}
 | 
			
		||||
		node->done= 0;
 | 
			
		||||
		node->done = FALSE;
 | 
			
		||||
	}
 | 
			
		||||
	if (totnode==0) return NULL;
 | 
			
		||||
	
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user