1
0

Added a forgotten break in cHangingEntity constructor.

This had caused loading the cHangingEntity to fail in debug builds.
This commit is contained in:
Mattes D 2015-06-24 13:38:28 +02:00
parent c0d8a4933e
commit 4f8e2f180d

View File

@ -103,6 +103,7 @@ protected:
// ASSERT(!"Tried to convert a bad facing!");
Dir = cHangingEntity::BlockFaceToProtocolFace(BLOCK_FACE_XP);
break;
}
#if !defined(__clang__)
default: