mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Make fallthrough explicit
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user