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

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