Fixed a MSVC warning in cEntityEffect::CreateEntityEffect().
This commit is contained in:
@@ -91,6 +91,7 @@ cEntityEffect * cEntityEffect::CreateEntityEffect(cEntityEffect::eType a_EffectT
|
||||
}
|
||||
|
||||
ASSERT(!"Unhandled entity effect type!");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user