DIFF

ActionInstantBase.c

class ActionInstantBase : ActionBase
{
	override bool IsInstant()
	{
		return true;
	}
};