include
int update_HETR(UPDATE_FUNC_ARGS) {
int r;
r=pmap[x][y]>>8;
parts[r].temp=9999;
return 0;
}
int update_GOO(UPDATE_FUNC_ARGS);
int update_HETR(UPDATE_FUNC_ARGS);
int update_HSWC(UPDATE_FUNC_ARGS);
... "Heats objects it touches", ST_SOLID, TYPE_SOLID, &update_HETR},
parts[i].temp
#define UPDATE_FUNC_ARGS int i, int x, int y, int surround_space, int nt
Neospector:
In powder.h, did you remember to make the particle recognize the .c file?int update_GOO(UPDATE_FUNC_ARGS);
int update_HETR(UPDATE_FUNC_ARGS);
int update_HSWC(UPDATE_FUNC_ARGS);... "Heats objects it touches", ST_SOLID, TYPE_SOLID, &update_HETR},