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