summaryrefslogtreecommitdiff
path: root/src/elements/figh.c
blob: c67ebf9c0f3ef403edf62a29905e04f377098c74 (plain)
1
2
3
4
5
6
7
#include <element.h>

int update_FIGH(UPDATE_FUNC_ARGS)
{
	run_stickman(fighters[(unsigned char)parts[i].tmp], UPDATE_FUNC_SUBCALL_ARGS);
	return 0;
}