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