mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-03 00:46:55 +02:00
Hide "this statement may fall through" warnings
This commit is contained in:
@ -2090,6 +2090,7 @@ void CGameState::updateRumor()
|
||||
}
|
||||
else
|
||||
rumor.type = RumorState::TYPE_RAND;
|
||||
FALLTHROUGH
|
||||
|
||||
case RumorState::TYPE_RAND:
|
||||
do
|
||||
|
Reference in New Issue
Block a user