Fixes the scope of the 4 Continue statements to correctly end the turfPath and atomPath loops, Corrects define bitflags

This commit is contained in:
Remie Richards
2015-05-01 08:13:47 +01:00
committed by Tigercat2000
parent 88faef42ea
commit b2bba39a68
4 changed files with 35 additions and 25 deletions
@@ -136,10 +136,10 @@ Variable Breakdown (For Mappers):
CLUSTER_CHECK_SAMES 24 //Don't let any of the same type cluster
CLUSTER_CHECK_DIFFERENTS 6 //Don't let any different types cluster
CLUSTER_CHECK_ALL_TURFS 32 //Don't let ANY turfs cluster same and different types
CLUSTER_CHECK_ALL_ATOMS 64 //Don't let ANY atoms cluster same and different types
CLUSTER_CHECK_ALL_TURFS 10 //Don't let ANY turfs cluster same and different types
CLUSTER_CHECK_ALL_ATOMS 20 //Don't let ANY atoms cluster same and different types
CLUSTER_CHECK_ALL 96 //Don't let anything cluster, like, at all
CLUSTER_CHECK_ALL 30 //Don't let anything cluster, like, at all