1
0

Fixed a MSVC warning in cEntityEffect::CreateEntityEffect().

This commit is contained in:
madmaxoft 2014-07-15 09:43:45 +02:00
parent 8e946da8ac
commit d274851578

View File

@ -91,6 +91,7 @@ cEntityEffect * cEntityEffect::CreateEntityEffect(cEntityEffect::eType a_EffectT
}
ASSERT(!"Unhandled entity effect type!");
return NULL;
}