mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 08:23:17 +02:00
Annotate fall-through
This commit is contained in:
parent
a43b9e170a
commit
a8fba863a3
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue