1
0
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:
Ivan Romanov
2018-02-09 15:02:44 +05:00
parent 35b01eb379
commit eea50a044c
6 changed files with 23 additions and 1 deletions

View File

@ -2090,6 +2090,7 @@ void CGameState::updateRumor()
}
else
rumor.type = RumorState::TYPE_RAND;
FALLTHROUGH
case RumorState::TYPE_RAND:
do