Changeset 937


Ignore:
Timestamp:
05/30/20 20:26:21 (4 years ago)
Author:
Maciej Komosinski
Message:

Consistent names in NeuroClass? enum Hint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/modelparts.h

    r934 r937  
    311311                /** use receptor colour for this neuro unit */
    312312                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 items
     313                IsV1BendMuscle = 64,
     314                IsV1RotMuscle = 128,
     315                IsLinearMuscle = 256,
     316                IsSolidMuscle = 512
    317317        };
    318318
Note: See TracChangeset for help on using the changeset viewer.