Fix MSVC warning. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5504 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2016-01-03 20:07:20 +00:00
parent 174c556e2d
commit 08ea5c4242

View file

@ -2757,7 +2757,7 @@ ACTOR_STATIC void Proj_MoveCustom(int32_t i)
if (!m && (unsigned) s->owner < MAXSPRITES)
{
cst = sprite[s->owner].cstat;
sprite[s->owner].cstat &= ~CSTAT_SPRITE_BLOCK;
sprite[s->owner].cstat &= (uint16_t)~CSTAT_SPRITE_BLOCK;
}
do