source/game/obj/object.h: don't complain about int overflow
./source/game/obj/object.h:19:49: warning: result of β(255 << 26)β requires 35 bits to represent, but βintβ only has 32 bits [-Wshift-overflow=]
const unsigned ObjectTypeMask = (unsigned)(0xFF << ObjectTypeBitOffset);
~~~~~^~~~~~~~~~~~~~~~~~~~~~