remove unnecessary null checks

This commit is contained in:
DarthArgus
2014-10-26 22:53:42 -07:00
parent eb2e7c78d8
commit 594b3a4254
56 changed files with 98 additions and 199 deletions
@@ -1687,8 +1687,6 @@ jboolean JNICALL ScriptMethodsCombatNamespace::doCombatResults(JNIEnv *env, jobj
// create a CombatAction message and fill it in
MessageQueueCombatAction * message = new MessageQueueCombatAction();
if (message == NULL)
return JNI_FALSE;
message->setActionId(animationString);
// @todo: change set postures to set locomotions