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

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