Core/Scripts: Comment out code sanitizing hook type - will be fixed soon.

--HG--
branch : trunk
This commit is contained in:
QAston
2010-12-06 07:16:39 +01:00
parent 59d12e3b4a
commit bb2a715afc

View File

@@ -567,7 +567,8 @@ bool AuraScript::_IsDefaultActionPrevented()
case AURA_SCRIPT_HOOK_EFFECT_PERIODIC:
return m_defaultActionPrevented;
default:
ASSERT(false && "m_defaultActionPrevented has incorrect value, or AuraScript::_IsDefaultActionPrevented is called in a wrong place");
//TOFIX: probably one hook is called from another hook
//ASSERT(false && "m_defaultActionPrevented has incorrect value, or AuraScript::_IsDefaultActionPrevented is called in a wrong place");
return false;
}
}