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

int update_NWHL(UPDATE_FUNC_ARGS) {
	gravmap[(y/CELL)*(XRES/CELL)+(x/CELL)] -= 0.1f;
	return 0;
}