Closed beta version 1.3.14.2: Fix fallthrough.

This commit is contained in:
John Preston 2018-08-31 21:35:13 +03:00
parent 55583c2237
commit 80cd74edc8
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
_cacheTotalSizeLimit = size;
_cacheTotalTimeLimit = time;
}
} break;
case dbiSoundNotify: {
qint32 v;