1
0

Fixed various MSVC warnings.

This commit is contained in:
Mattes D
2020-05-06 09:24:39 +02:00
committed by peterbell10
parent 57952505e5
commit bdb8830b9c
4 changed files with 3 additions and 5 deletions

View File

@@ -3909,4 +3909,5 @@ UInt8 cProtocol_1_8_0::GetProtocolEntityType(const cEntity & a_Entity)
case Type::etExpOrb:
case Type::etPainting: UNREACHABLE("Tried to spawn an unhandled entity");
}
UNREACHABLE("Unhandled entity kind");
}