blob: a169e8066ee3b6a0255c9bf5c1af85f92cd3d8fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "element.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;
}
|