summaryrefslogtreecommitdiff
path: root/src/elements/nwhl.cpp
blob: f53b657e88e995eb7bac5eda7c98399298eafe56 (plain)
1
2
3
4
5
6
#include "element.h"

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