- Timestamp:
- 05/30/20 20:26:21 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.h
r934 r937 311 311 /** use receptor colour for this neuro unit */ 312 312 ReceptorClass = 32, 313 V1BendMuscle = 64,314 V1RotMuscle = 128,315 LinearMuscle = 256,316 SolidMuscleFlag = 512 // the "Flag" suffix should be unified/made consistent with other enum items313 IsV1BendMuscle = 64, 314 IsV1RotMuscle = 128, 315 IsLinearMuscle = 256, 316 IsSolidMuscle = 512 317 317 }; 318 318
Note: See TracChangeset
for help on using the changeset viewer.