Make fallthrough explicit

This commit is contained in:
Asdow
2025-11-19 21:11:19 +02:00
parent fccb2e15bd
commit 5e28730c2a
+1
View File
@@ -982,6 +982,7 @@ UINT32 GetArmsDealerItemTypeFromItemNumber( UINT16 usItem )
return( 0 );
}
// else treat as blade
[[fallthrough]];
case IC_BLADE:
case IC_THROWING_KNIFE:
return( ARMS_DEALER_BLADE );