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

View file

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