Annotate fall-through

This commit is contained in:
Dale Glass 2022-06-05 13:01:30 +02:00
parent a43b9e170a
commit a8fba863a3

View file

@ -30,6 +30,7 @@ EntityDynamicPointer interfaceDynamicFactory(EntityDynamicType type, const QUuid
return std::make_shared<ObjectActionOffset>(id, ownerEntity);
case DYNAMIC_TYPE_SPRING:
qDebug() << "The 'spring' Action is deprecated. Replacing with 'tractor' Action.";
/* fall-thru */
case DYNAMIC_TYPE_TRACTOR:
return std::make_shared<ObjectActionTractor>(id, ownerEntity);
case DYNAMIC_TYPE_HOLD: