summaryrefslogtreecommitdiff
path: root/src/elements/misc.c
blob: 67309c6524c46f7066b3e971ff747388f8169c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <powder.h>

int update_MISC(UPDATE_FUNC_ARGS) {
	int t = parts[i].type;
	if (t==PT_LOVE)
		ISLOVE=1;
	else if (t==PT_LOLZ)
		ISLOLZ=1;
	else if (t==PT_GRAV)
		ISGRAV=1;
	return 0;
}