PCExhumed - r2078 - Built: Sat 18 Jan 15:52:01 EET 2020 --- commit f9220277f7bf39d880c772ed4ef01a8ca0331ba3 Merge: e1a5ce9 9573755 Author: Alexey Khokholov Date: Sat Jan 18 22:51:19 2020 +0900 Merge pull request #284 from jonathangray/clang-fallthrough Blood: change fallthrough annotations to fix clang build commit 9573755bd5f035a47b90d304d7fdc8e9aa412186 Author: Jonathan Gray Date: Sat Jan 18 21:18:08 2020 +1100 Blood: change fallthrough annotations to fix clang build Remove some fallthrough annotations so clang does not fatally error: source/blood/src/aiunicult.cpp:1983:13: error: fallthrough annotation does not directly precede switch label source/blood/src/triggers.cpp:1045:33: error: fallthrough annotation does not directly precede switch label