raze-gles/source/blood
Jonathan Gray c7ffed4867 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

# Conflicts:
#	source/blood/src/aiunicult.cpp
#	source/blood/src/triggers.cpp
2020-01-18 22:48:13 +01:00
..
src Blood: change fallthrough annotations to fix clang build 2020-01-18 22:48:13 +01:00
CMakeLists.txt - more macOS compilation fixes 2020-01-07 01:11:19 +01:00